mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:14:03 +00:00
Add vhost_is_written test
This commit is contained in:
parent
094dc924e4
commit
2a33d0ec85
7 changed files with 105 additions and 7 deletions
|
|
@ -17,9 +17,9 @@ class TestCase extends \Orchestra\Testbench\TestCase
|
|||
|
||||
Redis::connection('tenancy')->flushdb();
|
||||
|
||||
tenant()->create('phpunit.localhost');
|
||||
tenant()->create('localhost');
|
||||
|
||||
tenancy()->init('phpunit.localhost');
|
||||
tenancy()->init('localhost');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue