From d093b774c23724287d08e5fee137942dfbdc817d Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Mon, 14 Apr 2025 15:29:21 +0800 Subject: [PATCH] New UI to show YD Order Tracking infomation - Testing --- tests/TestCaseChild.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCaseChild.php b/tests/TestCaseChild.php index 209ec2ae..8c59d295 100644 --- a/tests/TestCaseChild.php +++ b/tests/TestCaseChild.php @@ -4,6 +4,7 @@ namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; +//20250414 This was rename from TestCase to TestCaseChild so not to create conflict with the same class already exist at development branch abstract class TestCaseChild extends BaseTestCase { use CreatesApplication;