Skip to content

Commit

Permalink
Remove unused composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
odan authored and odan committed Nov 13, 2023
1 parent e2ab4a3 commit c9d2b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"@stan",
"@test"
],
"test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage",
"cleanx": "php bin/clean.php"
"test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage"
}
}

0 comments on commit c9d2b99

Please sign in to comment.