MINOR: commented out unfinished test

This commit is contained in:
Will Rossiter 2010-09-08 10:52:19 +00:00
parent 503c5c3ff6
commit 48fbd30bc4
1 changed files with 3 additions and 4 deletions

View File

@ -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();
}
}