mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Check on non named tests
This commit is contained in:
@ -61,6 +61,10 @@ test('lazy datasets did the job right', function () use ($state) {
|
||||
expect($state->text)->toBe('12');
|
||||
});
|
||||
|
||||
test('interpolated :dataset lazy datasets', function ($text) {
|
||||
expect(true)->toBeTrue();
|
||||
})->with($datasets);
|
||||
|
||||
$state->text = '';
|
||||
|
||||
test('eager datasets', function ($text) use ($state, $datasets) {
|
||||
|
||||
Reference in New Issue
Block a user