Skip to content

Commit e808b22

Browse files
committed
fix travis and scrutinizer test failure (since phpunit deps migration to phpunit bridge)
1 parent 6910c0e commit e808b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"test-cafe-skip:win": ".\\node_modules\\.bin\\testcafe %npm_package_config_test_browser% ./assets/tests/*.js --reporter spec,xunit:var/report/testcafe.xml --skip-js-errors",
4646
"test-karma": "./node_modules/.bin/karma start assets/tests/units/karma.conf.js --single-run",
4747
"test-karma-watch": "./node_modules/.bin/karma start assets/tests/units/karma.conf.js",
48-
"test-php": "npm run build-for-test && ./vendor/bin/phpunit",
49-
"test-php:win": "npm run build-for-test:win && .\\vendor\\bin\\phpunit.bat",
48+
"test-php": "npm run build-for-test && ./vendor/bin/simple-phpunit",
49+
"test-php:win": "npm run build-for-test:win && .\\vendor\\bin\\simple-phpunit.bat",
5050
"test": "npm run dev && npm run test-php && npm run test-karma && npm run test-cafe && cd assets/js/form-devxpress-angular/ && node_modules/.bin/ng test && node_modules/.bin/ng e2e",
5151
"test:win": "npm run dev:win && npm run test-php:win && npm run test-karma && npm run test-cafe:win && cd assets/js/form-devxpress-angular/ && node_modules\\.bin\\ng test && node_modules\\.bin\\ng e2e"
5252
},

0 commit comments

Comments
 (0)