From 57fd5ce042091c7a3f7231b7077d208f15ccc88b Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 1 May 2026 21:50:56 +0100 Subject: [PATCH] wip --- src/Concerns/Testable.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Concerns/Testable.php b/src/Concerns/Testable.php index 0af01a65..decf2616 100644 --- a/src/Concerns/Testable.php +++ b/src/Concerns/Testable.php @@ -306,12 +306,6 @@ trait Testable parent::setUp(); - // TIA edge collectors (Laravel-only). Runs right after - // `parent::setUp()` so the Laravel app exists and the View / - // DB facades are bound; each arm call is idempotent against - // the current app instance so the 774-test suite doesn't stack - // 774 composers / listeners when Laravel keeps the same app - // across tests. Collectors::armAll($recorder); $beforeEach = TestSuite::getInstance()->beforeEach->get(self::$__filename)[1];