Skip to content

Commit 34f820b

Browse files
authored
Merge pull request #85 from glensc/composer-test
Add "test" script to composer
2 parents 4b6297c + 0f7e1fb commit 34f820b

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)