2018-01-19 13:43:19 -05:00
|
|
|
parameters:
|
|
|
|
autoload_files:
|
|
|
|
- %rootDir%/../../../tests/bootstrap.php
|
|
|
|
ignoreErrors:
|
2018-01-22 16:04:29 -05:00
|
|
|
- '#Access to an undefined property Query\\QueryBuilderInterface::\$[a-zA-Z0-9_]+#'
|
|
|
|
- '#Call to an undefined method Query\\QueryBuilderInterface::[a-zA-Z0-9_]+\(\)#'
|
|
|
|
- '#Call to an undefined method Query\\Drivers\\DriverInterface::[a-zA-Z0-9_]+\(\)#'
|