Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman committed Oct 25, 2024
1 parent ca8951f commit 7bd4bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
namespace Ringierimu\ServiceBusNotificationsChannel\Tests;

use Illuminate\Config\Repository;
use Orchestra\Testbench\TestCase as OrchestraTestCase;
use Ringierimu\ServiceBusNotificationsChannel\ServiceBusServiceProvider;

class TestCase extends \Orchestra\Testbench\TestCase
class TestCase extends OrchestraTestCase
{
protected function getPackageProviders($app)
{
Expand Down

0 comments on commit 7bd4bef

Please sign in to comment.