Browse Source

Autoload IntegrationTestCase to avoid error related to PHPUnit_Runner_Version

ADmad 8 years ago
parent
commit
fba1e9ba80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      phpstan.neon

+ 1 - 0
phpstan.neon

@@ -1,6 +1,7 @@
 parameters:
     autoload_files:
         - %rootDir%/../../../tests/bootstrap.php
+        - %rootDir%/../../../src/TestSuite/IntegrationTestCase.php
     ignoreErrors:
         - '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
         - '#Function xcache_[a-zA-Z0-9_]+ not found#'