Skip to content

Commit df47f4a

Browse files
refactor(test): add integration test and coverage
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
1 parent 2bb6a65 commit df47f4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"psalm:fix": "psalm.phar --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
3636
"test": "phpunit",
3737
"test:unit": "phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky",
38-
"test:unit:coverage": "export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.xml --coverage-html coverage"
38+
"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"
3941
},
4042
"config": {
4143
"allow-plugins": {

0 commit comments

Comments
 (0)