Home
last modified time | relevance | path

Searched refs:hiddenFields (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnio/_test/
H A Daction_plugin_bpmnio_editor.test.php105 public array $hiddenFields = []; variable in action_plugin_bpmnio_editor_test::test_handle_form_uses_render_payload_but_preserves_original_text::AnonymousClassac103b190100
111 $this->hiddenFields[$name] = $value;
124 $this->assertArrayHasKey('plugin_bpmnio_data', $form->hiddenFields);
125 $this->assertArrayHasKey('plugin_bpmnio_links', $form->hiddenFields);
126 $this->assertEquals(base64_encode($TEXT), $form->hiddenFields['plugin_bpmnio_data']);