Skip to content

Commit

Permalink
Add php test report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Aug 16, 2024
1 parent 79b9078 commit 470654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@deptrac"
],

"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit --config=tests/ --testsuite=Unit --coverage-clover=tests/Reports/coverage_unit_graphql_configuration_access.xml",
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit --config=tests/ --testsuite=Unit --coverage-clover=tests/Reports/coverage_unit_graphql_configuration_access.xml --log-junit=tests/Reports/phpunit-unit.xml",
"phpintegration": "XDEBUG_MODE=coverage vendor/bin/phpunit --bootstrap=/var/www/source/bootstrap.php --config=tests/ --testsuite=Integration --coverage-clover=tests/Reports/coverage_integration_graphql_configuration_access.xml",
"phpunit-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --bootstrap=/var/www/source/bootstrap.php --config=tests/ --coverage-html=tests/Reports/coverage",

Expand Down

0 comments on commit 470654f

Please sign in to comment.