Started working on a test suite
Signed-off-by: Graham Campbell <graham@cachethq.io>
This commit is contained in:
committed by
Graham Campbell
parent
c2b69ff547
commit
7b3f6fee26
+4
-3
@@ -38,6 +38,7 @@
|
||||
"barryvdh/laravel-cors": "^0.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"graham-campbell/testbench": "^2.1",
|
||||
"phpunit/phpunit": "^4.4",
|
||||
"mockery/mockery": "^0.9"
|
||||
},
|
||||
@@ -53,9 +54,9 @@
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"tests/TestCase.php"
|
||||
]
|
||||
"psr-4": {
|
||||
"CachetHQ\\Tests\\Cachet\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
|
||||
Reference in New Issue
Block a user