19 declare(strict_types=1);
23 require_once(__DIR__ .
"/../../../../../libs/composer/vendor/autoload.php");
24 require_once(__DIR__ .
"/../../../Base.php");
36 protected I\Component\Input\Field\File
$input;
42 $this->input->method(
'getCanonicalName')->willReturn($this->input_html);
45 $group_mock->method(
'withNameFrom')->willReturnSelf();
47 $factory_mock = $this->createMock(
C\
Input\Field\Factory::class);
48 $factory_mock->method(
'group')->willReturn($group_mock);
50 $this->factory =
new I\Component\Dropzone\File\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...
C Dropzone File Factory $factory
Provides common functionality for UI tests.
I Component Input Field File $input