0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-09 11:30:15 +00:00
kevinpapst_kimai2/tests/phpstan.neon

18 lines
746 B
Text
Raw Normal View History

2019-06-07 22:48:39 +02:00
includes:
- %rootDir%/../phpstan-symfony/extension.neon
2022-01-23 15:49:38 +01:00
- %rootDir%/../phpstan-symfony/rules.neon
2019-06-07 22:48:39 +02:00
- %rootDir%/../phpstan-doctrine/extension.neon
2022-01-23 15:49:38 +01:00
- %rootDir%/../phpstan-doctrine/rules.neon
2019-06-07 22:48:39 +02:00
- %rootDir%/../phpstan-phpunit/extension.neon
2022-01-23 15:49:38 +01:00
- %rootDir%/../phpstan-phpunit/rules.neon
2019-06-07 22:48:39 +02:00
parameters:
tmpDir: %rootDir%/../../../var/cache/phpstan
2019-06-07 22:48:39 +02:00
ignoreErrors:
2019-08-16 01:22:33 +02:00
- '#Call to static method PHPUnit\\Framework\\Assert::assertSame\(\) with App\\Entity\\[a-zA-Z0-9]+ and null will always evaluate to false.#'
excludePaths:
- %rootDir%/../../../tests/Ldap/LdapDriverTest.php
2022-01-23 15:49:38 +01:00
inferPrivatePropertyTypeFromConstructor: true
doctrine:
objectManagerLoader: %rootDir%/../../../tests/phpstan-doctrine.php