We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2666b34 commit dbd4f2eCopy full SHA for dbd4f2e
src/AspectMock/Proxy/Verifier.php
@@ -61,7 +61,7 @@ public function verifyInvoked($name, $params = null)
61
$calls = $this->getCallsForMethod($name);
62
$separator = $this->callSyntax($name);
63
64
- if (empty($calls)) throw new fail(sprintf($this->invokedFail, $this->className.$separator.$name));
+ if (empty($calls)) throw new fail(sprintf($this->invokedFail, $this->className.$separator.$name, ''));
65
66
if (is_array($params)) {
67
foreach ($calls as $args) {
0 commit comments