Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit f5ec0a1

Browse files
committed
wip
1 parent 2d95046 commit f5ec0a1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/TestCase.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,15 @@ public function setUp(): void
1717
);
1818
}
1919

20-
protected function getPackageProviders($app)
20+
protected function getPackageProviders($app): array
2121
{
2222
return [
2323
TwilioVerifyServiceProvider::class,
2424
];
2525
}
2626

27-
public function getEnvironmentSetUp($app)
27+
public function getEnvironmentSetUp($app): void
2828
{
2929
config()->set('database.default', 'testing');
30-
31-
/*
32-
include_once __DIR__.'/../database/migrations/create_laravel_twilio_verify_table.php.stub';
33-
(new \CreatePackageTable())->up();
34-
*/
3530
}
3631
}

0 commit comments

Comments
 (0)