Skip to content

Commit 7a163f3

Browse files
committed
ci: add test script
1 parent 5ad4b1c commit 7a163f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"roave/security-advisories": "dev-latest",
1313
"phpunit/phpunit": "^9.0"
1414
},
15+
"scripts": {
16+
"test": "phpunit"
17+
},
1518
"autoload": {
1619
"psr-4": {
1720
"VisualAppeal\\": "src/"

0 commit comments

Comments
 (0)