Fixed test coverage

This commit is contained in:
Chris Kankiewicz
2020-02-05 14:34:51 -07:00
parent 56def6342f
commit 0005b6091a

View File

@@ -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);