File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 env : dependencies="--prefer-lowest --prefer-stable"
1010
1111script :
12- - vendor/bin/tester tests -s -p php - c tests/php-unix.ini $coverage
12+ - vendor/bin/tester tests -s -c tests/php-unix.ini $coverage
1313 - php temp/code-checker/src/code-checker.php --short-arrays
1414
1515after_failure :
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ install:
3838 - copy tests\databases.appveyor.ini tests\Database\databases.ini
3939
4040test_script :
41- - vendor\bin\tester tests -s -p php - c tests\php-win.ini
41+ - vendor\bin\tester tests -s -c tests\php-win.ini
Original file line number Diff line number Diff line change 2020 "nette/utils" : " ~2.4"
2121 },
2222 "require-dev" : {
23- "nette/tester" : " ~1.7 " ,
23+ "nette/tester" : " ~2.0 " ,
2424 "nette/di" : " ~2.3" ,
2525 "mockery/mockery" : " ~1.0.0" ,
2626 "tracy/tracy" : " ^2.3"
You can’t perform that action at this time.
0 commit comments