Skip to content

Commit

Permalink
working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnx committed Feb 12, 2020
1 parent 6c38594 commit 39b15a4
Show file tree
Hide file tree
Showing 7 changed files with 2,407 additions and 1,998 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@
}
],
"autoload": {
"classmap": [
"tests/TestCase.php"
],
"psr-4": {
"Lawnstarter\\LaravelLogTest\\": "src"
"LaravelLogTest\\": "src/LaravelLogTest"
}
},
"require": {
"laravel/framework": ">=6.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1@dev"
"phpunit/phpunit": "^9.1@dev",
"mockery/mockery": "^1.3",
"laravel/laravel": "^6.12"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 39b15a4

Please sign in to comment.