mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
wip
This commit is contained in:
@ -250,8 +250,8 @@ test('eager registered wrapped datasets with Generator functions did the job rig
|
|||||||
test('eager registered wrapped datasets with Generator functions display description', function ($wrapped_generator_state_with_description) {
|
test('eager registered wrapped datasets with Generator functions display description', function ($wrapped_generator_state_with_description) {
|
||||||
expect($wrapped_generator_state_with_description)->not->toBeEmpty();
|
expect($wrapped_generator_state_with_description)->not->toBeEmpty();
|
||||||
})->with(function () {
|
})->with(function () {
|
||||||
yield 'taylor' => 'foo@bar.com';
|
yield 'taylor' => 'taylor@laravel.com';
|
||||||
yield 'james' => 'bar@foo.com';
|
yield 'james' => 'james@laravel.com';
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can resolve a dataset after the test case is available', function ($result) {
|
it('can resolve a dataset after the test case is available', function ($result) {
|
||||||
|
|||||||
Reference in New Issue
Block a user