19 declare(strict_types=1);
23 require_once(__DIR__ .
"/../../../../../../../vendor/composer/vendor/autoload.php");
24 require_once(__DIR__ .
"/../../../Base.php");
37 protected I\Component\Input\Field\File
$input;
42 $this->button_factory =
new I\Component\Button\Factory();
44 $signal_generator =
new I\Component\SignalGenerator();
45 $field_factory =
new I\Component\Input\Field\Factory(
46 $this->createMock(
I\
Component\Input\UploadLimitResolver::class),
53 $this->
factory =
new I\Component\Dropzone\File\Factory(
58 $this->input = $field_factory->file($this->createMock(
C\Input\Field\UploadHandler::class),
'');
75 public function button(): I\Component\Button\Factory
button(string $caption, string $cmd)
C Dropzone File Factory $factory
getUIFactory()
Returns the factory with an actual implementation of the button factory.
Provides common functionality for UI tests.
__construct()
Constructor setup ILIAS global object public.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
I Component Input Field File $input
I Component Button Factory $button_factory