File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
build : cs tests phpstan
4
4
5
5
tests :
6
- XDEBUG_MODE=off php vendor/bin/paratest --runner WrapperRunner --no-coverage
6
+ XDEBUG_MODE=off php vendor/bin/phpunit --no-coverage
7
7
8
8
tests-integration :
9
- php vendor/bin/paratest --runner WrapperRunner --no-coverage --group exec
9
+ php vendor/bin/phpunit --no-coverage --group exec
10
10
11
11
tests-levels :
12
- php vendor/bin/paratest --runner WrapperRunner --no-coverage --group levels
12
+ php vendor/bin/phpunit --no-coverage --group levels
13
13
14
14
tests-coverage :
15
- php vendor/bin/paratest --runner WrapperRunner
15
+ php vendor/bin/phpunit
16
16
17
17
tests-golden-reflection :
18
- php vendor/bin/paratest --runner WrapperRunner --no-coverage tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
18
+ php vendor/bin/phpunit --no-coverage tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php
19
19
20
20
lint :
21
21
XDEBUG_MODE=off php vendor/bin/parallel-lint --colors \
You can’t perform that action at this time.
0 commit comments