mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
aa5c7f05b8
- disable autowiring for Event (because the Entry entity was injected) - rename `getClient()` for test to `getTestClient()` to avoid error while overriding (from `BrowserKitAssertionsTrait`)
16 lines
352 B
Text
16 lines
352 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 2
|
|
paths:
|
|
- src
|
|
- tests
|
|
|
|
symfony:
|
|
container_xml_path: %rootDir%/../../../var/cache/test/appAppKernelTestDebugContainer.xml
|
|
|
|
bootstrapFiles:
|
|
- vendor/bin/.phpunit/phpunit-8.5-0/vendor/autoload.php
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|