summaryrefslogtreecommitdiff
path: root/tests/Unit/GroupTest.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:33 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:33 +0100
commit65bb048bf3c3d4226b8d7580592b62351e07a7e6 (patch)
tree0ecdfd77213af25ac27a4ad3b5e7f48a0157b099 /tests/Unit/GroupTest.php
parent7144cad2df09b68a7359955242aabef746a826b3 (diff)
Created tests for having middleware
Diffstat (limited to 'tests/Unit/GroupTest.php')
-rw-r--r--tests/Unit/GroupTest.php2
1 files changed, 0 insertions, 2 deletions
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();