We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3a130 commit e74ba22Copy full SHA for e74ba22
Tests/Functional/FunctionalTestCase.php
@@ -119,7 +119,7 @@ public function setUp(): void
119
120
protected function getDlfConfiguration()
121
{
122
- $dotenv = Dotenv::createImmutable('/home/runner/work/kitodo-presentation/kitodo-presentation/Build/Test/', 'test.env');
+ $dotenv = Dotenv::createImmutable(__DIR__ . '/../../Build/Test/', 'test.env');
123
$dotenv->load();
124
125
return [
0 commit comments