Commit 2b8311f7 authored by Dries Vints's avatar Dries Vints

Add PHPSpec config file and dependency

parent 2889a268
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"laravel/framework": "~5.0" "laravel/framework": "~5.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
......
suites:
main:
namespace: App
psr4_prefix: App
src_path: app
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment