(no description)
File Size: | 236 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
generator_test:: (2 methods):
test_create_preset()
create_preset_provider()
Class: generator_test - X-Ref
Tests for the data generator.test_create_preset(?string $name = null, ?string $comments = null, ?string $author = null,bool $applypreset = false, ?int $iscore = null, ?int $iscoreresult = null) X-Ref |
Test the behaviour of create_preset() method. param: string|null $name Preset name field. param: string|null $comments Preset comments field. param: string|null $author Preset author field. param: bool $applypreset Whether the preset should be applied or not. param: int|null $iscore Whether the preset is a core preset or not. param: int|null $iscoreresult Expected iscore value for the result preset. |
create_preset_provider() X-Ref |
Data provider for test_create_preset(). return: array |