mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 22:33:35 +02:00
6 lines
96 B
PHP
6 lines
96 B
PHP
<?php
|
|
|
|
it('belongs to group one', function () {
|
|
expect(true)->toBeTrue();
|
|
})->group('one');
|