From 0005b6091a8236bc9fe9d0376025e8a0c80ce0be Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 5 Feb 2020 14:34:51 -0700 Subject: [PATCH] Fixed test coverage --- tests/Handlers/DirectoryHandlerTest.php | 1 + 1 file changed, 1 insertion(+) 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);