<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_FormStatic extends Test_Solar_View_Helper {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_FormStatic = array(
);
// -----------------------------------------------------------------
//
// Test methods.
//
// -----------------------------------------------------------------
/**
*
* Test -- A pseudo-element that inserts escaped text into a form, but not as an element.
*
*/
public function testFormStatic()
{
$this->todo('stub');
}
}