test: Fix error "Error : Unknown named parameter $some" in CakeEventManagerTest

This commit is contained in:
Koji Tanaka 2023-01-07 20:52:28 +09:00 committed by Kamil Wylegala
parent e0101949e4
commit d69a09b972

View file

@ -41,7 +41,7 @@ class CakeEventTestListener {
*
* @return void
*/
public function secondListenerFunction() {
public function secondListenerFunction($some) {
$this->callStack[] = __FUNCTION__;
}