New UI to show YD Order Tracking infomation - Testing

This commit is contained in:
Dillon Ngo
2025-04-14 15:29:21 +08:00
parent 3fa4b498e9
commit d093b774c2
+1
View File
@@ -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;