Skip to content

Commit

Permalink
Merge branch 'refs/heads/b-7.1.x' into b-7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 15, 2024
2 parents a04793f + a0800e4 commit 1e121fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@deptrac"
],

"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit --config=tests/ --testsuite=Unit --coverage-clover=tests/Reports/coverage_unit_module-template.xml",
"phpintegration": "XDEBUG_MODE=coverage vendor/bin/phpunit --bootstrap=/var/www/source/bootstrap.php --config=tests/ --testsuite=Integration --coverage-clover=tests/Reports/coverage_integration_module-template.xml",
"phpunit": "XDEBUG_MODE=coverage vendor/bin/phpunit --config=tests/ --testsuite=Unit --coverage-clover=tests/Reports/coverage_unit_graphql_configuration_access.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",

"codeception": [
Expand Down

0 comments on commit 1e121fb

Please sign in to comment.