mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
be838adde5
The acceptance tests have not been testing the extension itself, have not been maintained for quite some time, and do not serve as a good example anymore. Until we have a proper set of example acceptance tests, we should remove them. Also drop the now-unused dependency on Codeception.
22 lines
381 B
Text
22 lines
381 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
parallel:
|
|
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
|
|
maximumNumberOfProcesses: 5
|
|
|
|
level: 3
|
|
|
|
bootstrapFiles:
|
|
- .Build/vendor/autoload.php
|
|
|
|
paths:
|
|
- Classes
|
|
- Configuration
|
|
- Tests
|
|
|
|
scanDirectories:
|
|
- Classes
|
|
- Configuration
|
|
- Tests
|