mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
10 lines
158 B
PHP
10 lines
158 B
PHP
<?php
|
|
|
|
use Stancl\Tenancy\Tests\TestCase;
|
|
|
|
uses(TestCase::class)->in(__DIR__);
|
|
|
|
function pest(): TestCase
|
|
{
|
|
return Pest\TestSuite::getInstance()->test;
|
|
}
|