From ce585539aa7f55cc47fa9271dfd9c2926cb561bc Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 20 Mar 2025 16:13:13 -0700 Subject: [PATCH] Improve test name --- .../Users/Ui/{PrintUserTest.php => PrintUserInventoryTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Feature/Users/Ui/{PrintUserTest.php => PrintUserInventoryTest.php} (95%) diff --git a/tests/Feature/Users/Ui/PrintUserTest.php b/tests/Feature/Users/Ui/PrintUserInventoryTest.php similarity index 95% rename from tests/Feature/Users/Ui/PrintUserTest.php rename to tests/Feature/Users/Ui/PrintUserInventoryTest.php index 3e389232fb..7d76a30bf4 100644 --- a/tests/Feature/Users/Ui/PrintUserTest.php +++ b/tests/Feature/Users/Ui/PrintUserInventoryTest.php @@ -6,7 +6,7 @@ use App\Models\Company; use App\Models\User; use Tests\TestCase; -class PrintUserTest extends TestCase +class PrintUserInventoryTest extends TestCase { public function testPermissionsForPrintAllInventoryPage() {