19declare(strict_types=1);
 
   23require_once(__DIR__ . 
"/../../../../../libs/composer/vendor/autoload.php");
 
   24require_once(__DIR__ . 
"/../../../Base.php");
 
   36    protected I\Component\Input\Field\File 
$input;
 
   41        $this->input = $this->createMock(
I\
Component\Input\Field\File::class);
 
   42        $this->input->method(
'getCanonicalName')->willReturn($this->input_html);
 
   44        $group_mock = $this->createMock(
I\
Component\Input\Field\Group::class);
 
   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(
 
C Dropzone File Factory $factory
 
I Component Input Field File $input
 
Provides common functionality for UI tests.
 
Interface FileInfoResult.
 
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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...