Skip to content

Commit 8c4cb30

Browse files
committed
composer: used Tester 2
1 parent e735665 commit 8c4cb30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
env: dependencies="--prefer-lowest --prefer-stable"
1010

1111
script:
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

1515
after_failure:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ install:
3838
- copy tests\databases.appveyor.ini tests\Database\databases.ini
3939

4040
test_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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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"

0 commit comments

Comments
 (0)