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;