This commit is contained in:
nuno maduro
2026-05-01 21:50:56 +01:00
parent 3bcabfb63b
commit 57fd5ce042

View File

@ -306,12 +306,6 @@ trait Testable
parent::setUp(); 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); Collectors::armAll($recorder);
$beforeEach = TestSuite::getInstance()->beforeEach->get(self::$__filename)[1]; $beforeEach = TestSuite::getInstance()->beforeEach->get(self::$__filename)[1];