From 22393b5954e0fee7b48b09b9d6f70bebc81ecaef Mon Sep 17 00:00:00 2001 From: jon brookes Date: Mon, 5 Jan 2026 19:04:04 +0000 Subject: [PATCH] feat: change order of Dusk tests for login, image upload, and entry creation in admin panel --- .../{LoginDashAdminTest.php => 001_LoginDashAdminTest.php} | 0 .../{UploadImageAdminTest.php => 002_UploadImageAdminTest.php} | 0 .../{CreateEntryAdminTest.php => 003_CreateEntryAdminTest.php} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/Browser/{LoginDashAdminTest.php => 001_LoginDashAdminTest.php} (100%) rename tests/Browser/{UploadImageAdminTest.php => 002_UploadImageAdminTest.php} (100%) rename tests/Browser/{CreateEntryAdminTest.php => 003_CreateEntryAdminTest.php} (100%) diff --git a/tests/Browser/LoginDashAdminTest.php b/tests/Browser/001_LoginDashAdminTest.php similarity index 100% rename from tests/Browser/LoginDashAdminTest.php rename to tests/Browser/001_LoginDashAdminTest.php diff --git a/tests/Browser/UploadImageAdminTest.php b/tests/Browser/002_UploadImageAdminTest.php similarity index 100% rename from tests/Browser/UploadImageAdminTest.php rename to tests/Browser/002_UploadImageAdminTest.php diff --git a/tests/Browser/CreateEntryAdminTest.php b/tests/Browser/003_CreateEntryAdminTest.php similarity index 100% rename from tests/Browser/CreateEntryAdminTest.php rename to tests/Browser/003_CreateEntryAdminTest.php