19declare(strict_types=1);
35 public int $count = 0;
36 public function getNewName():
string
38 $name =
"name_{$this->count}";
48 return new Data\Factory();
61 return new FieldFactory(
63 $this->createMock(UploadLimitResolver::class),
90 public function button(): I\Button\Factory
92 return new I\Button\Factory();
94 public function symbol(): I\Symbol\Factory
96 return new I\Symbol\Factory(
Provides common functionality for UI tests.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
button(string $caption, string $cmd)
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.