diff --git a/phpstan/config.neon b/phpstan/config.neon index e4f0d99e8..fdb2dfdce 100644 --- a/phpstan/config.neon +++ b/phpstan/config.neon @@ -29,6 +29,9 @@ parameters: - '~^Call to an undefined static method Composer\\Test\\PolyfillTestCase::setExpectedException\(\)\.$~' - '~^Call to an undefined method Composer\\Test\\[a-zA-Z0-9\\]+::(assertFileDoesNotExist|assertMatchesRegularExpression)\(\)\.$~' + bootstrapFiles: + - ../tests/bootstrap.php + paths: - ../src - ../tests