mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
fixed removal of test model instance from registry
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6681 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
f99c8996e3
commit
2262e5803c
1 changed files with 1 additions and 1 deletions
|
@ -1766,7 +1766,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
function tearDown() {
|
||||
ClassRegistry::removeObject('view');
|
||||
ClassRegistry::removeObject('Contact');
|
||||
ClassRegistry::removeObject('ContactNonStandardPkEditForm');
|
||||
ClassRegistry::removeObject('ContactNonStandardPk');
|
||||
ClassRegistry::removeObject('ContactTag');
|
||||
ClassRegistry::removeObject('OpenidUrl');
|
||||
ClassRegistry::removeObject('UserForm');
|
||||
|
|
Loading…
Add table
Reference in a new issue