mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing getTests() on last commit.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7480 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b4c14ab89c
commit
44d454fe77
1 changed files with 0 additions and 3 deletions
|
@ -5036,9 +5036,6 @@ class ModelTest extends CakeTestCase {
|
|||
$this->assertEqual($db1->fullTableName($TestModel, false), 'apples');
|
||||
}
|
||||
|
||||
function getTests() {
|
||||
return array('start', 'startCase', 'testTablePrefixSwitching', 'endCase', 'end');
|
||||
}
|
||||
/**
|
||||
* testDynamicBehaviorAttachment method
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue