We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871ec05 commit 7537b61Copy full SHA for 7537b61
1 file changed
tests/3-unit/PluginFormcreatorSection.php
@@ -40,15 +40,15 @@
40
class PluginFormcreatorSection extends CommonTestCase {
41
public function setup() {
42
// instanciate classes
43
- $form = new \PluginFormcreatorForm;
+ $form = new PluginFormcreatorForm;
44
$form_section = new \PluginFormcreatorSection;
45
- $form_question = new \PluginFormcreatorQuestion;
+ $form_question = new PluginFormcreatorQuestion;
46
47
// create objects
48
$forms_id = $form->add([
49
'name' => "test clone form",
50
'is_active' => true,
51
- 'validation_required' => \PluginFormcreatorForm_Validator::VALIDATION_USER
+ 'validation_required' => PluginFormcreatorForm_Validator::VALIDATION_USER
52
]);
53
54
$sections_id = $form_section->add([
0 commit comments