From fba1e9ba803ea60f4561a9dcc60cc2bc614a03be Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 4 Dec 2017 21:41:14 +0530 Subject: [PATCH] Autoload IntegrationTestCase to avoid error related to PHPUnit_Runner_Version --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 20e86de6cf5..f7855d22f53 100644 --- a/phpstan.neon +++ b/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#'