<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_FormInvalid extends Solar_Test {
/**
*
* Default configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_FormInvalid = array(
);
/**
*
* Test -- Helper for building list of invalid messages for a form element.
*
*/
public function testFormInvalid()
{
$this->todo('stub');
}
/**
*
* Test -- Sets the indent level.
*
*/
public function testSetIndent()
{
$this->todo('stub');
}
}