Removed TestModel from Object test as it conflicted and wasnt needed anyway

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6840 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
joelmoss 2008-05-13 12:23:22 +00:00
parent 79e1fd6ed2
commit ba0a563fe7

View file

@ -78,13 +78,6 @@ class TestObject extends Object {
$this->methodCalls[] = array('methodWithOptionalParam' => array($param));
}
}
class TestModel extends Model
{
function myMethod()
{
}
}
/**