Skip to content

Commit 3fee304

Browse files
Merge pull request #79 from TheDragonCode/3.x
Added quick launch of tests using the `composer test` command
2 parents 8e73101 + d9b6069 commit 3fee304

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,10 @@
7979
"DragonCode\\Cache\\ServiceProvider"
8080
]
8181
}
82+
},
83+
"scripts": {
84+
"test": [
85+
"php vendor/bin/phpunit"
86+
]
8287
}
8388
}

0 commit comments

Comments
 (0)