Skip to content

Commit 7537b61

Browse files
committed
test(section): remove canonical class names
1 parent 871ec05 commit 7537b61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/3-unit/PluginFormcreatorSection.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
class PluginFormcreatorSection extends CommonTestCase {
4141
public function setup() {
4242
// instanciate classes
43-
$form = new \PluginFormcreatorForm;
43+
$form = new PluginFormcreatorForm;
4444
$form_section = new \PluginFormcreatorSection;
45-
$form_question = new \PluginFormcreatorQuestion;
45+
$form_question = new PluginFormcreatorQuestion;
4646

4747
// create objects
4848
$forms_id = $form->add([
4949
'name' => "test clone form",
5050
'is_active' => true,
51-
'validation_required' => \PluginFormcreatorForm_Validator::VALIDATION_USER
51+
'validation_required' => PluginFormcreatorForm_Validator::VALIDATION_USER
5252
]);
5353

5454
$sections_id = $form_section->add([

0 commit comments

Comments
 (0)