diff --git a/tests/phpunit/CiviDrupal/HookTest.php b/tests/phpunit/CiviDrupal/HookTest.php index cf73eaee6..3541c97bf 100644 --- a/tests/phpunit/CiviDrupal/HookTest.php +++ b/tests/phpunit/CiviDrupal/HookTest.php @@ -21,7 +21,7 @@ public function testFoo() { \CRM_Utils_Hook::singleton() ->invoke( - 2, + ['arg1', 'arg2'], $arg1, $arg2, \CRM_Utils_Hook::$_nullObject,