Skip to content

Commit 9329908

Browse files
fix(tests): rename test commands for clarity and consistency
in order for github phpunit tests be executed for integration Signed-off-by: Misha M.-Kupriyanov <[email protected]>
1 parent 7b83e62 commit 9329908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"test": "phpunit",
3737
"test:unit": "phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky",
3838
"test:unit:coverage": "export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.xml --coverage-html coverage",
39-
"test:unit:integration": "phpunit tests -c tests/phpunit.integration.xml --colors=always --fail-on-warning --fail-on-risky",
40-
"test:unit:integration:coverage": "export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.integration.xml --coverage-html coverage"
39+
"test:integration": "phpunit tests -c tests/phpunit.integration.xml --colors=always --fail-on-warning --fail-on-risky",
40+
"test:integration:coverage": "export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.integration.xml --coverage-html coverage"
4141
},
4242
"config": {
4343
"allow-plugins": {

0 commit comments

Comments
 (0)