Skip to content

Commit

Permalink
Merge pull request #609 from colemanw/updateHook
Browse files Browse the repository at this point in the history
[Test] Update hook signature in test
  • Loading branch information
seamuslee001 authored Jul 29, 2020
2 parents d5d78a2 + 7b70b12 commit ec6aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/CiviDrupal/HookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function testFoo() {

\CRM_Utils_Hook::singleton()
->invoke(
2,
['arg1', 'arg2'],
$arg1,
$arg2,
\CRM_Utils_Hook::$_nullObject,
Expand Down

0 comments on commit ec6aa55

Please sign in to comment.