fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-23 01:36:54 +00:00
parent ef4042732f
commit ccc564b4a5
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ class SurveyTemplateElementL11n implements \JsonSerializable
* @var string
* @since 1.0.0
*/
protected string $language = ISO639x1Enum::_EN;
public string $language = ISO639x1Enum::_EN;
/**
* Title.

View File

@ -48,7 +48,7 @@ class SurveyTemplateL11n implements \JsonSerializable
* @var string
* @since 1.0.0
*/
protected string $language = ISO639x1Enum::_EN;
public string $language = ISO639x1Enum::_EN;
/**
* Title.

View File

@ -56,7 +56,7 @@ class SurveyTemplateLabelL11n implements \JsonSerializable
* @var string
* @since 1.0.0
*/
protected string $language = ISO639x1Enum::_EN;
public string $language = ISO639x1Enum::_EN;
/**
* Title.