mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
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:
parent
79e1fd6ed2
commit
ba0a563fe7
1 changed files with 0 additions and 7 deletions
|
@ -78,13 +78,6 @@ class TestObject extends Object {
|
|||
$this->methodCalls[] = array('methodWithOptionalParam' => array($param));
|
||||
}
|
||||
}
|
||||
class TestModel extends Model
|
||||
{
|
||||
function myMethod()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue