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:
mark_story 2008-08-20 02:38:08 +00:00
parent b4c14ab89c
commit 44d454fe77

View file

@ -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
*