]>
Commit | Line | Data |
---|---|---|
1e0d8ad7 JB |
1 | includes: |
2 | - vendor/phpstan/phpstan-phpunit/extension.neon | |
3 | - vendor/phpstan/phpstan-symfony/extension.neon | |
4 | - vendor/phpstan/phpstan-doctrine/extension.neon | |
5 | - vendor/phpstan/phpstan-phpunit/rules.neon | |
6 | ||
7 | parameters: | |
8 | symfony: | |
9 | container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml | |
10 | ||
11 | # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288 | |
12 | autoload_files: | |
d0cf488d JB |
13 | - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php |
14 | ||
15 | inferPrivatePropertyTypeFromConstructor: true |