mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
separate TestCase for redirect tests
This commit is contained in:
parent
be6b2f8248
commit
55560563b5
4 changed files with 56 additions and 10 deletions
13
tests/WithoutTenancy/TestCase.php
Normal file
13
tests/WithoutTenancy/TestCase.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Tests\WithoutTenancy;
|
||||
|
||||
abstract class TestCase extends \Stancl\Tenancy\Tests\TestCase
|
||||
{
|
||||
protected function getPackageProviders($app)
|
||||
{
|
||||
return []; // We will provide TenancyServiceProvider in tests
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue