Skip to content

Commit 6795678

Browse files
author
Bram Ceulemans
committed
run phpunit on composer test
1 parent c3d99cd commit 6795678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"scripts": {
4444
"phpstan": "vendor/bin/phpstan analyse",
45-
"test": "vendor/bin/testbench package:test --parallel --no-coverage",
45+
"test": "vendor/bin/phpunit",
4646
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4747
},
4848
"config": {

0 commit comments

Comments
 (0)