Skip to content

Commit 4fd0c1e

Browse files
committed
feat: Add test script
1 parent f3b0131 commit 4fd0c1e

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
@@ -37,5 +37,8 @@
3737
"psr-4": {
3838
"Conditional\\Tests\\": "tests/"
3939
}
40+
},
41+
"scripts": {
42+
"test": "vendor/bin/phpunit"
4043
}
4144
}

0 commit comments

Comments
 (0)