mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
formatting
This commit is contained in:
@ -230,8 +230,8 @@ test('more than two datasets did the job right', function () use ($state) {
|
|||||||
expect($state->text)->toBe('121212121212131423241314232411122122111221221112212213142324135136145146235236245246');
|
expect($state->text)->toBe('121212121212131423241314232411122122111221221112212213142324135136145146235236245246');
|
||||||
});
|
});
|
||||||
|
|
||||||
$wrapped_generator_state = new stdClass();
|
$wrapped_generator_state = new stdClass();
|
||||||
$wrapped_generator_state->text = '';
|
$wrapped_generator_state->text = '';
|
||||||
$wrapped_generator_function_datasets = [1, 2, 3, 4];
|
$wrapped_generator_function_datasets = [1, 2, 3, 4];
|
||||||
|
|
||||||
test(
|
test(
|
||||||
|
|||||||
Reference in New Issue
Block a user