mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
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:
parent
f52706ea9a
commit
a34c3a85de
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue