mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing error in previous commit.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7863 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
eccfea3429
commit
42fa305fca
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ class BehaviorTest extends CakeTestCase {
|
|||
$Sample->Behaviors->attach('Test2');
|
||||
$Sample->Behaviors->detach('Test3');
|
||||
|
||||
$Sample->Behaviors->trigger($Apple, 'beforeTest');
|
||||
$Sample->Behaviors->trigger($Sample, 'beforeTest');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue