Skip to content

Commit dbd4f2e

Browse files
author
Shohei Yamasaki
committed
Add params
1 parent 2666b34 commit dbd4f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspectMock/Proxy/Verifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function verifyInvoked($name, $params = null)
6161
$calls = $this->getCallsForMethod($name);
6262
$separator = $this->callSyntax($name);
6363

64-
if (empty($calls)) throw new fail(sprintf($this->invokedFail, $this->className.$separator.$name));
64+
if (empty($calls)) throw new fail(sprintf($this->invokedFail, $this->className.$separator.$name, ''));
6565

6666
if (is_array($params)) {
6767
foreach ($calls as $args) {

0 commit comments

Comments
 (0)