File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : tests
2
2
3
3
tests :
4
- vendor/bin/paratest --no-coverage
4
+ php vendor/bin/paratest --no-coverage
5
5
6
6
tests-integration :
7
- vendor/bin/paratest --no-coverage --group exec
7
+ php vendor/bin/paratest --no-coverage --group exec
8
8
9
9
tests-static-reflection :
10
- vendor/bin/paratest --no-coverage --bootstrap tests/bootstrap-static-reflection.php
10
+ php vendor/bin/paratest --no-coverage --bootstrap tests/bootstrap-static-reflection.php
11
11
12
12
tests-coverage :
13
- vendor/bin/paratest
13
+ php vendor/bin/paratest
14
14
15
15
tests-integration-coverage :
16
- vendor/bin/paratest --group exec
16
+ php vendor/bin/paratest --group exec
17
17
18
18
tests-static-reflection-coverage :
19
- vendor/bin/paratest --bootstrap tests/bootstrap-static-reflection.php
19
+ php vendor/bin/paratest --bootstrap tests/bootstrap-static-reflection.php
20
20
21
21
cs :
22
- composer install --working-dir build-cs && build-cs/vendor/bin/phpcs
22
+ composer install --working-dir build-cs && php build-cs/vendor/bin/phpcs
23
23
24
24
cs-fix :
25
- build-cs/vendor/bin/phpcbf
25
+ php build-cs/vendor/bin/phpcbf
You can’t perform that action at this time.
0 commit comments