Skip to content

Commit

Permalink
composer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ni3nice authored and ni3nice committed Sep 4, 2024
1 parent 87cfc06 commit 8a63f40
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 @@ -29,7 +29,7 @@
"phpunit-cc": "./vendor/bin/phpunit src",
"test": "./vendor/bin/phpunit src",
"post-autoload-dump": [
"XDEBUG_MODE=coverage ./vendor/bin/phpunit -c phpunit.xml --coverage-php=temp/coverage/unit-tests.cov --log-junit=test-report.xml",
"XDEBUG_MODE=coverage ./vendor/bin/phpunit src -c phpunit.xml --coverage-php=temp/coverage/unit-tests.cov --log-junit=test-report.xml",
"php -dmemory_limit=8192M vendor/bin/phpcov merge --clover coverage.xml temp/coverage"
]
},
Expand Down

0 comments on commit 8a63f40

Please sign in to comment.