From 48fbd30bc41f4bd764255b0c5471fd2f9a6876f3 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 8 Sep 2010 10:52:19 +0000 Subject: [PATCH] MINOR: commented out unfinished test --- tests/EditableFormFieldTest.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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