Fix the failing unit tests

refactor the codestyle for the tests we wanted to keep
This commit is contained in:
2017-10-17 06:41:19 -04:00
parent 8ae78ef047
commit 0cc8361929
40 changed files with 1395 additions and 5439 deletions

View File

@@ -11,8 +11,6 @@
],
"require": {
"codeception/codeception": "^2.2",
"laravel/laravel": "^5.2",
"aedart/testing-laravel": "1.6.*",
"zackkitzmiller/tiny": "^1.2",
"webpatser/laravel-uuid": "^2.0"
},
@@ -20,6 +18,8 @@
"psr-4": {
"XaiCorp\\AbcParser\\": "src/"
}
},
"require-dev": {
"mockery/mockery": "^1.0"
}
}