Started working on a test suite

Signed-off-by: Graham Campbell <graham@cachethq.io>
This commit is contained in:
James Brooks
2015-05-28 18:18:33 +01:00
committed by Graham Campbell
parent c2b69ff547
commit 7b3f6fee26
8 changed files with 229 additions and 55 deletions
+4 -3
View File
@@ -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": [