From 65bb048bf3c3d4226b8d7580592b62351e07a7e6 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:33 +0100 Subject: Created tests for having middleware --- tests/Unit/GroupTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/Unit/GroupTest.php') diff --git a/tests/Unit/GroupTest.php b/tests/Unit/GroupTest.php index fc7ead3..58d58d6 100644 --- a/tests/Unit/GroupTest.php +++ b/tests/Unit/GroupTest.php @@ -139,5 +139,3 @@ it('gets the name with three ancestors, one without name') )->name('test2.') )->name('test3.')->getFullName()) ->toBe('test1.test2.test3.'); - -it('has middleware')->todo(); -- cgit v1.2.3