From 7144cad2df09b68a7359955242aabef746a826b3 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:33 +0100 Subject: Setup structure for storing middleware and added test todos --- tests/Unit/GroupTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Unit/GroupTest.php') diff --git a/tests/Unit/GroupTest.php b/tests/Unit/GroupTest.php index 58d58d6..fc7ead3 100644 --- a/tests/Unit/GroupTest.php +++ b/tests/Unit/GroupTest.php @@ -139,3 +139,5 @@ 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