<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_FormImage extends Test_Solar_View_Helper {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_FormImage = array(
);
// -----------------------------------------------------------------
//
// Test methods.
//
// -----------------------------------------------------------------
/**
*
* Test -- Generates an 'image' element.
*
*/
public function testFormImage()
{
$this->todo('stub');
}
}