<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_FormDate extends Test_Solar_View_Helper {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_FormDate = array(
);
// -----------------------------------------------------------------
//
// Test methods.
//
// -----------------------------------------------------------------
/**
*
* Test -- Helper for a 'date' pseudo-element.
*
*/
public function testFormDate()
{
$this->todo('stub');
}
/**
*
* Test -- Helper for a 'timestamp' pseudo-element.
*
*/
public function testFormTimestamp()
{
$this->todo('stub');
}
}