Skip to content

Commit

Permalink
Updated minimum requirements, new major version
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritix committed Nov 15, 2018
1 parent fe7cbcf commit 7f8f763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require-dev": {
"phpunit/phpunit": "~7.0",
"codeclimate/php-test-reporter": "dev-master",
"orchestra/testbench-core": "~3.7",
"orchestra/testbench": "~3.7",
"laracasts/TestDummy": "~2.3",
"mockery/mockery": "^1.0"
},
Expand Down
9 changes: 1 addition & 8 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Illuminate\Support\Facades\DB;
use Laracasts\TestDummy\Factory;
use Spiritix\LadaCache\LadaCacheServiceProvider;
use Orchestra\Database\ConsoleServiceProvider;

class TestCase extends \Orchestra\Testbench\TestCase
{
Expand Down Expand Up @@ -51,15 +50,9 @@ public function tearDown()

protected function getPackageProviders($app)
{
$providers = [
return [
LadaCacheServiceProvider::class
];

if (!$this->useArtisan) {
$providers[] = ConsoleServiceProvider::class;
}

return $providers;
}

protected function getEnvironmentSetUp($app)
Expand Down

0 comments on commit 7f8f763

Please sign in to comment.