We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dfa693 + 2e4684e commit f24752bCopy full SHA for f24752b
.github/workflows/phpunit.yml
@@ -83,4 +83,4 @@ jobs:
83
# run unit tests, see composer.json
84
- name: Run phpunit
85
working-directory: redaxo_cms/redaxo/src/addons/${{ github.event.repository.name }}
86
- run: composer test
+ run: composer unit-test
composer.json
@@ -22,6 +22,6 @@
22
"scripts": {
23
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
24
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
25
- "test": "phpunit --testdox"
+ "unit-test": "phpunit --testdox"
26
}
27
0 commit comments