<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_FormXhtml extends Test_Solar_View_Helper {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_FormXhtml = array(
);
// -----------------------------------------------------------------
//
// Test methods.
//
// -----------------------------------------------------------------
/**
*
* Test -- A pseudo-element that inserts unmodified XHTML into the flow of a form.
*
*/
public function testFormXhtml()
{
$this->todo('stub');
}
}