mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
- Adjusted migrations to align with refactored ORM annotations. - Added new PHPStan and PHP-CS-Fixer configurations, including stricter rules. - Introduced `tests/object-manager.php` to improve test environment setup.
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
parameters:
|
|
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
|
|
level: 8
|
|
paths:
|
|
- bin/
|
|
- config/
|
|
- public/
|
|
- src/
|
|
- tests/
|
|
treatPhpDocTypesAsCertain: false
|
|
symfony:
|
|
containerXmlPath: var/cache/dev/Tvdt_KernelDevDebugContainer.xml
|
|
doctrine:
|
|
objectManagerLoader: tests/object-manager.php
|