<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_Number extends Solar_Test {
/**
*
* Default configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_Number = array(
);
/**
*
* Test -- Returns a numeric value formatted with [[php::number_format() | ]].
*
*/
public function testNumber()
{
$this->todo('stub');
}
}