Skip to content

Commit cfecf5e

Browse files
authored
Merge pull request #2 from murrant/refactor-tests
Refactor tests
2 parents bead7d1 + 78c4131 commit cfecf5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1641
-964
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~4.7"
25+
"phpunit/phpunit": "~4.7",
26+
"orchestra/testbench": "3.1.*"
2627
},
2728
"autoload": {
2829
"psr-4": {

composer.lock

Lines changed: 1100 additions & 416 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)