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