diff --git a/.gitignore b/.gitignore index 18bfcd6b..4a9f105c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ vendor coverage cache/** logs/** +.phpunit.result.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6a08954c..d3d82a46 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ expectException(ErrorException::class); + $exceptionDemoController = new ExceptionDemoController(); $serverRequest = $this->createMock(ServerRequestInterface::class);