test fixes fleet+expense tests

This commit is contained in:
Dennis Eichhorn 2023-05-19 02:26:10 +00:00
parent 1d69691538
commit 953df0d2b2

View File

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