chore: adds missing test

This commit is contained in:
nuno maduro
2026-08-04 19:28:58 +01:00
parent 8d8f45c843
commit 668809bc75
5 changed files with 25 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
it('belongs to group two', function () {
expect(true)->toBeTrue();
})->group('two');