From 76c9a052df56a48fff1347f7bbf68ec47d8e9c7d Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 1 Dec 2022 13:31:08 +0500 Subject: [PATCH] todo for moving test to separate folder --- tests/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index ba34ee1e..c27c6d53 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -2,7 +2,7 @@ use Stancl\Tenancy\Tests\TestCase; -uses(TestCase::class)->in(...filesAndFoldersExcluding(['WithoutTenancy'])); +uses(TestCase::class)->in(...filesAndFoldersExcluding(['WithoutTenancy'])); // todo move all tests to a separate folder function pest(): \Orchestra\Testbench\TestCase {