2019-01-17 14:28:05 +01:00
|
|
|
includes:
|
|
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
symfony:
|
|
|
|
container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml
|
|
|
|
|
|
|
|
# https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
|
|
|
|
autoload_files:
|
2019-07-08 14:12:53 +02:00
|
|
|
- vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php
|
|
|
|
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|