mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
14 lines
494 B
Text
14 lines
494 B
Text
|
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:
|
||
|
- vendor/bin/.phpunit/phpunit-6.5/vendor/autoload.php
|