Skip to content

Commit 2eea811

Browse files
committed
chore: adjust composer
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 8ba0eea commit 2eea811

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
2626
"cs:check": "php-cs-fixer fix --dry-run --diff",
27-
"cs:fix": "php-cs-fixer fix"
27+
"cs:fix": "php-cs-fixer fix",
28+
"test:unit": "phpunit -c tests/phpunit.unit.xml"
2829
}
2930
}

0 commit comments

Comments
 (0)