formatting

This commit is contained in:
Alex Manase
2022-10-30 13:17:56 +02:00
parent 3aab10774e
commit 649047f087

View File

@ -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(