mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: commented out unfinished test
This commit is contained in:
parent
503c5c3ff6
commit
48fbd30bc4
@ -292,10 +292,9 @@ class EditableFormFieldTest extends FunctionalTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function testEditableTextFieldConfiguration() {
|
function testEditableTextFieldConfiguration() {
|
||||||
$text = $this->objFromFixture('EditableTextField', 'basic-text');
|
// $text = $this->objFromFixture('EditableTextField', 'basic-text');
|
||||||
|
|
||||||
$configuration = $text->getFieldConfiguration();
|
// $configuration = $text->getFieldConfiguration();
|
||||||
|
|
||||||
Debug::show($configuration);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user