Skip to content

Commit

Permalink
fix: add test composer step
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Feb 6, 2024
1 parent ee565d3 commit 15bdf13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"psalm": "psalm.phar"
"psalm": "psalm.phar",
"test": "phpunit -c tests/phpunit.xml"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 15bdf13

Please sign in to comment.