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 932e4a1 commit 94fc363Copy full SHA for 94fc363
src/Framework/MockObject/Runtime/Rule/Parameters.php
@@ -88,7 +88,7 @@ private function doVerify(): bool
88
}
89
90
if ($this->invocation === null) {
91
- throw new ExpectationFailedException('Mocked method does not exist.');
+ throw new ExpectationFailedException('Doubled method does not exist.');
92
93
94
if (count($this->invocation->parameters()) < count($this->parameters)) {
0 commit comments