File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55
66 <div class =" dropzone-container" data-controller =" {{ dataController }}" >
7- <input type =" file" {{ block (' widget_attributes' ) }} data-symfony--ux-dropzone--dropzone-target =" input"
8- {%- if attr .multiple -%}multiple {% endif%} />
7+ <input type =" file" {{ block (' widget_attributes' ) }} data-symfony--ux-dropzone--dropzone-target =" input" >
98
109 <div class =" dropzone-placeholder" data-symfony--ux-dropzone--dropzone-target =" placeholder" >
1110 {%- if attr .placeholder is defined and attr .placeholder is not none -%}
Original file line number Diff line number Diff line change 2525 */
2626class DropzoneTypeTest extends TestCase
2727{
28- private ContainerInterface $ kernel ;
28+ /**
29+ * @var ContainerInterface
30+ */
31+ private $ container ;
2932
30- public function setUp (): void
33+ protected function setUp (): void
3134 {
3235 $ kernel = new TwigAppKernel ('test ' , true );
3336 $ kernel ->boot ();
You can’t perform that action at this time.
0 commit comments