Skip to content

Commit 0f7e1fb

Browse files
committed
Add "test" script to composer
1 parent 4b6297c commit 0f7e1fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"config": {
1616
"sort-packages": true
1717
},
18+
"scripts": {
19+
"test": "phpunit"
20+
},
1821
"autoload": {
1922
"psr-4": {
2023
"Xhgui\\Profiler\\": "src/"

0 commit comments

Comments
 (0)