mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Also check Configuration/
and Tests/
with PHPStan (#308)
This commit is contained in:
parent
a2342d5421
commit
3939ad083e
2 changed files with 22 additions and 0 deletions
|
@ -1,2 +1,17 @@
|
||||||
parameters:
|
parameters:
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
|
-
|
||||||
|
message: "#^Constant TYPO3_version not found\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: Configuration/TCA/tx_tea_domain_model_product_tea.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Constant TYPO3_version not found\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: Tests/Functional/Controller/TeaControllerTest.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Property TTN\\\\Tea\\\\Tests\\\\Unit\\\\Domain\\\\Repository\\\\Product\\\\TeaRepositoryTest\\:\\:\\$objectManager \\(Prophecy\\\\Prophecy\\\\ProphecySubjectInterface&TYPO3\\\\CMS\\\\Extbase\\\\Object\\\\ObjectManagerInterface\\) does not accept TYPO3\\\\CMS\\\\Extbase\\\\Object\\\\ObjectManagerInterface\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: Tests/Unit/Domain/Repository/Product/TeaRepositoryTest.php
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,13 @@ parameters:
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
- Classes
|
- Classes
|
||||||
|
- Configuration
|
||||||
|
- Tests
|
||||||
|
|
||||||
scanDirectories:
|
scanDirectories:
|
||||||
- Classes
|
- Classes
|
||||||
|
- Configuration
|
||||||
|
- Tests
|
||||||
|
|
||||||
|
excludePaths:
|
||||||
|
- Tests/Acceptance/
|
||||||
|
|
Loading…
Reference in a new issue