mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 19:11:01 +00:00
19 lines
421 B
Text
19 lines
421 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 3
|
|
paths:
|
|
- src
|
|
- tests
|
|
|
|
symfony:
|
|
container_xml_path: %rootDir%/../../../var/cache/test/appAppKernelTestDebugContainer.xml
|
|
|
|
doctrine:
|
|
objectManagerLoader: tests/object-manager.php
|
|
|
|
bootstrapFiles:
|
|
- vendor/bin/.phpunit/phpunit-8.5-0/vendor/autoload.php
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|