Changeset 10986
- Timestamp:
- 08/20/08 09:27:13 (11 months ago)
- Files:
-
- branches/1.2/test/unit/widget/sfWidgetTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/test/unit/widget/sfWidgetTest.php
r7899 r10986 159 159 $t->is(sfWidget::isXhtml(), true, '::isXhtml() return true if the widget must returns XHTML tags'); 160 160 sfWidget::setXhtml(false); 161 $t->is($w->renderTag('input', array('value' => 'Test')), '<input value="Test"> </input>', '::setXhtml() changesthe value of the XHTML tag');161 $t->is($w->renderTag('input', array('value' => 'Test')), '<input value="Test">', '::setXhtml() changes the value of the XHTML tag');

