<?php
/**
*
* Concrete class test.
*
*/
class Test_Solar_View_Helper_Pager extends Test_Solar_View_Helper {
/**
*
* Configuration values.
*
* @var array
*
*/
protected $_Test_Solar_View_Helper_Pager = array(
);
// -----------------------------------------------------------------
//
// Test methods.
//
// -----------------------------------------------------------------
/**
*
* Test -- Returns a list of pager links.
*
*/
public function testPager()
{
$this->todo('stub');
}
}