diff --git a/tests/Handlers/DirectoryHandlerTest.php b/tests/Handlers/DirectoryHandlerTest.php index 2dadd70..a5516d6 100644 --- a/tests/Handlers/DirectoryHandlerTest.php +++ b/tests/Handlers/DirectoryHandlerTest.php @@ -31,6 +31,7 @@ class DirectoryHandlerTest extends TestCase $this->container->get(Twig::class) ); + chdir($this->filePath('.')); $response = $controller($this->createMock(Request::class), new Response); $this->assertInstanceOf(ResponseInterface::class, $response);