mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
Add command tests
This commit is contained in:
parent
33fcb8a936
commit
e1def355f9
13 changed files with 98 additions and 15 deletions
|
|
@ -88,7 +88,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
*/
|
||||
protected function resolveApplicationHttpKernel($app)
|
||||
{
|
||||
$app->singleton('Illuminate\Contracts\Http\Kernel', HttpKernel::class);
|
||||
$app->singleton('Illuminate\Contracts\Http\Kernel', Etc\HttpKernel::class);
|
||||
}
|
||||
|
||||
public function randomString(int $length = 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue