mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:34:03 +00:00
Delete TelescopeTest
This commit is contained in:
parent
8256bf3d6b
commit
763a0a34d3
1 changed files with 0 additions and 36 deletions
|
|
@ -1,36 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Tests;
|
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Artisan;
|
|
||||||
|
|
||||||
class TelescopeTest extends TestCase
|
|
||||||
{
|
|
||||||
public $autoCreateTenant = false;
|
|
||||||
public $autoInitTenancy = false;
|
|
||||||
|
|
||||||
public function setUp(): void
|
|
||||||
{
|
|
||||||
Artisan::call('telescope:install');
|
|
||||||
Artisan::call('migrate');
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @test */
|
|
||||||
public function tags_are_added_on_tenant_routes()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @test */
|
|
||||||
public function tags_are_not_added_on_non_tenant_routes()
|
|
||||||
{
|
|
||||||
// AppSP ones should be still added
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @test */
|
|
||||||
public function tags_are_merged_with_users_tags()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue