Files
pest/tests/Fixtures/Suites/MultipleGroups/ThreeTest.php
T
2026-08-04 20:19:12 +01:00

6 lines
100 B
PHP

<?php
it('belongs to group three', function () {
expect(true)->toBeTrue();
})->group('three');