test fixes + new test data

This commit is contained in:
Dennis Eichhorn 2023-05-19 02:37:35 +00:00
parent 00472a4982
commit 353eeba8ff
6 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ class DepartmentTagSelectorPopupView extends View
* @var string
* @since 1.0.0
*/
private string $id = '';
public string $id = '';
/**
* {@inheritdoc}

View File

@ -36,7 +36,7 @@ class DepartmentTagSelectorView extends View
* @var string
* @since 1.0.0
*/
private string $id = '';
public string $id = '';
/**
* Dom name

View File

@ -36,7 +36,7 @@ class PositionTagSelectorPopupView extends View
* @var string
* @since 1.0.0
*/
private string $id = '';
public string $id = '';
/**
* {@inheritdoc}

View File

@ -36,7 +36,7 @@ class PositionTagSelectorView extends View
* @var string
* @since 1.0.0
*/
private string $id = '';
public string $id = '';
/**
* Dom name

View File

@ -36,7 +36,7 @@ class UnitTagSelectorPopupView extends View
* @var string
* @since 1.0.0
*/
private string $id = '';
public string $id = '';
/**
* {@inheritdoc}

View File

@ -36,7 +36,7 @@ class UnitTagSelectorView extends View
* @var string
* @since 1.0.0
*/
private string $id = '';
public string $id = '';
/**
* Dom name