Add PHPSpec config file and dependency
This commit is contained in:
parent
2889a26847
commit
2b8311f711
|
@ -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": [
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
suites:
|
||||||
|
main:
|
||||||
|
namespace: App
|
||||||
|
psr4_prefix: App
|
||||||
|
src_path: app
|
Loading…
Reference in New Issue