test fixes fleet+expense tests

This commit is contained in:
Dennis Eichhorn 2023-05-19 02:26:10 +00:00
parent 09088d454f
commit 909a8d848b
2 changed files with 8 additions and 1 deletions

View File

@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract;
*/ */
final class Updater extends UpdaterAbstract final class Updater extends UpdaterAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

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