fix includes

This commit is contained in:
Dennis Eichhorn 2023-09-27 17:56:20 +00:00
parent f445678207
commit ee9391fd97

View File

@ -33,6 +33,7 @@ final class SpreadsheetDatabaseMapperTest extends \PHPUnit\Framework\TestCase
{
Autoloader::addPath(__DIR__ . '/../../../../../Resources/');
Autoloader::addPath(__DIR__ . '/../../../../Resources/');
Autoloader::addPath(__DIR__ . '/../../../../MainRepository/Resources/');
}
/**