From 4d12cb5db8d04b080be497ec264f5dfd42d21232 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 14 Sep 2023 14:17:52 +1000 Subject: [PATCH] Fixes for tests --- tests/Feature/ClientPortal/InvoicesTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Feature/ClientPortal/InvoicesTest.php b/tests/Feature/ClientPortal/InvoicesTest.php index 11cb71a7b4f9..a5749138896e 100644 --- a/tests/Feature/ClientPortal/InvoicesTest.php +++ b/tests/Feature/ClientPortal/InvoicesTest.php @@ -30,6 +30,8 @@ class InvoicesTest extends TestCase use DatabaseTransactions; use AppSetup; + public $faker; + protected function setUp(): void { parent::setUp();