From bbb017512587047ea016e9445bb5693c8c3c8065 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Started structure for group definition --- tests/Unit/GroupDefinitionTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/Unit/GroupDefinitionTest.php (limited to 'tests') diff --git a/tests/Unit/GroupDefinitionTest.php b/tests/Unit/GroupDefinitionTest.php new file mode 100644 index 0000000..3a064a1 --- /dev/null +++ b/tests/Unit/GroupDefinitionTest.php @@ -0,0 +1,10 @@ +expect(fn () => new GroupDefinition(new Router())) + ->toBeInstanceOf(GroupDefinition::class); -- cgit v1.2.3