Skip to content

Commit

Permalink
Autoload IntegrationTestCase to avoid error related to PHPUnit_Runner…
Browse files Browse the repository at this point in the history
…_Version
  • Loading branch information
ADmad committed Dec 4, 2017
1 parent ae74d92 commit fba1e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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#'
Expand Down

0 comments on commit fba1e9b

Please sign in to comment.