From 9274b3e0cd46c1e086e4a4793c36ab637145a681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 5 Jul 2021 10:38:16 +0200 Subject: [PATCH] Move CreditsTest.php into Feature/ClientPortal --- tests/{ => Feature}/ClientPortal/CreditsTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename tests/{ => Feature}/ClientPortal/CreditsTest.php (98%) diff --git a/tests/ClientPortal/CreditsTest.php b/tests/Feature/ClientPortal/CreditsTest.php similarity index 98% rename from tests/ClientPortal/CreditsTest.php rename to tests/Feature/ClientPortal/CreditsTest.php index 129c811bc34c..dc61ad687b6f 100644 --- a/tests/ClientPortal/CreditsTest.php +++ b/tests/Feature/ClientPortal/CreditsTest.php @@ -10,7 +10,7 @@ * @license https://www.elastic.co/licensing/elastic-license */ -namespace Tests\ClientPortal; +namespace Tests\Feature\ClientPortal; use App\Http\Livewire\CreditsTable; use App\Models\Account; @@ -23,6 +23,7 @@ use Faker\Factory; use Illuminate\Foundation\Testing\DatabaseTransactions; use Livewire\Livewire; use Tests\TestCase; +use function now; class CreditsTest extends TestCase {