mirror of https://github.com/wallabag/wallabag.git
Use dev container in PHPStan
This commit is contained in:
parent
a221ec8348
commit
65ed401296
|
@ -8,7 +8,7 @@ parameters:
|
||||||
- tests
|
- tests
|
||||||
|
|
||||||
symfony:
|
symfony:
|
||||||
container_xml_path: %rootDir%/../../../var/cache/test/AppKernelTestDebugContainer.xml
|
container_xml_path: %rootDir%/../../../var/cache/dev/AppKernelDevDebugContainer.xml
|
||||||
|
|
||||||
doctrine:
|
doctrine:
|
||||||
objectManagerLoader: tests/object-manager.php
|
objectManagerLoader: tests/object-manager.php
|
||||||
|
|
Loading…
Reference in New Issue