Removing un-needed method from TimeHelper test

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6330 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2008-01-06 11:37:42 +00:00
parent 9650c1a73f
commit e3f23df3d2

View file

@ -40,10 +40,6 @@ uses('view'.DS.'helpers'.DS.'app_helper', 'controller'.DS.'controller', 'model'.
*/
class TimeTest extends UnitTestCase {
function skip() {
$this->skipif (false, 'TimeHelper test not implemented');
}
function setUp() {
$this->Time = new TimeHelper();
}