19 declare(strict_types=1);
35 public int $count = 0;
36 public function getNewName():
string 38 $name =
"name_{$this->count}";
48 return new Data\Factory();
55 $this->createMock(ilLanguage::class)
62 $this->createMock(UploadLimitResolver::class),
84 public function button(): I\Button\Factory
86 return new I\Button\Factory(
92 return new I\Symbol\Factory(
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides common functionality for UI tests.