mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 16:50:12 +02:00
Fixed test coverage
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user