Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Sep 11, 2024
1 parent 0d637be commit a833318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}],
"require": {
"php": "^8.0",
"laravel/octane": ">=1.0",
"laravel/octane": "^1.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": ">=9.3"
},
Expand Down
14 changes: 0 additions & 14 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Cerbero\OctaneTestbench;

use Laravel\Octane\OctaneServiceProvider;
use Orchestra\Testbench\TestCase as OrchestraTestCase;

/**
Expand Down Expand Up @@ -45,17 +44,4 @@ protected function getOctaneBinPath(): string
{
return __DIR__ . '/bin';
}

/**
* Get package providers.
*
* @param \Illuminate\Foundation\Application $app
* @return array<int, class-string<\Illuminate\Support\ServiceProvider>>
*/
protected function getPackageProviders($app)
{
return [
OctaneServiceProvider::class,
];
}
}

0 comments on commit a833318

Please sign in to comment.