removing getTests method from model test

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7267 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
joelmoss 2008-06-26 17:09:02 +00:00
parent f52706ea9a
commit a34c3a85de

View file

@ -1080,13 +1080,6 @@ class ModelTest extends CakeTestCase {
}
}
function getTests()
{
$methods = array('testGenerateList');
$methods = array_merge(array_merge(array('start', 'startCase'), $methods), array('endCase', 'end'));
return $methods;
}
/**
* testGenerateList method
*