From b31716159cffe12a0b2441682d74621d304825be Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 21 Nov 2024 08:06:51 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- src/Concerns/ApplicationTestingHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/ApplicationTestingHooks.php b/src/Concerns/ApplicationTestingHooks.php index 8be00018..a2ab843b 100644 --- a/src/Concerns/ApplicationTestingHooks.php +++ b/src/Concerns/ApplicationTestingHooks.php @@ -13,8 +13,8 @@ trait ApplicationTestingHooks { - use InteractsWithPest; use InteractsWithMockery; + use InteractsWithPest; use InteractsWithPHPUnit; use InteractsWithTestCase;