<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_FormLabel extends Solar_Test {
/**
*
* Default configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_FormLabel = array(
);
/**
*
* Test -- Generates a <label> tag for a form element.
*
*/
public function testFormLabel()
{
$this->todo('stub');
}
}