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
commit7144cad2df09b68a7359955242aabef746a826b3 (patch)
tree8d53162bb19aba1e49f1cdbfb224992152841b2c /tests/Unit/GroupTest.php
parentfdb23965a0daf06e85de4fc11a83e5f96656cc81 (diff)
Setup structure for storing middleware and added test todos
Diffstat (limited to 'tests/Unit/GroupTest.php')
-rw-r--r--tests/Unit/GroupTest.php2
1 files changed, 2 insertions, 0 deletions
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();