diff --git a/tests/EditableFormFieldTest.php b/tests/EditableFormFieldTest.php index 037f848..a030bc7 100644 --- a/tests/EditableFormFieldTest.php +++ b/tests/EditableFormFieldTest.php @@ -292,10 +292,9 @@ class EditableFormFieldTest extends FunctionalTest { } function testEditableTextFieldConfiguration() { - $text = $this->objFromFixture('EditableTextField', 'basic-text'); +// $text = $this->objFromFixture('EditableTextField', 'basic-text'); - $configuration = $text->getFieldConfiguration(); - - Debug::show($configuration); +// $configuration = $text->getFieldConfiguration(); + } } \ No newline at end of file