mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:54:05 +00:00
wip
This commit is contained in:
parent
d0d1f6930b
commit
f7bbf59f0c
3 changed files with 30 additions and 1 deletions
14
tests/TelescopeTest.php
Normal file
14
tests/TelescopeTest.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace Stancl\Tenancy\Tests;
|
||||
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
class CacheManagerTest extends TestCase
|
||||
{
|
||||
public function setUp(): void
|
||||
{
|
||||
Artisan::call('telescope:install');
|
||||
Artisan::call('migrate');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue