mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 18:16:11 +01:00
Daniel Siepmann
5887cb87fe
Allows to import a PHP data set within TYPO3 testing framework. Allows to assert a PHP data set within TYPO3 testing framework.
10 lines
241 B
Text
10 lines
241 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- Classes
|
|
- Tests
|
|
checkMissingIterableValueType: false
|
|
reportUnmatchedIgnoredErrors: true
|
|
checkGenericClassInNonGenericObjectType: false
|