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.
2 parents b9f937e + c5c3502 commit c9cfb9eCopy full SHA for c9cfb9e
src/Framework/MockObject/Runtime/Rule/Parameters.php
@@ -90,7 +90,7 @@ private function doVerify(): bool
90
}
91
92
if ($this->invocation === null) {
93
- throw new ExpectationFailedException('Mocked method does not exist.');
+ throw new ExpectationFailedException('Doubled method does not exist.');
94
95
96
if (count($this->invocation->parameters()) < count($this->parameters)) {
@@ -119,8 +119,7 @@ private function doVerify(): bool
119
$parameter->evaluate(
120
$other,
121
sprintf(
122
- 'Parameter %s for invocation %s does not match expected ' .
123
- 'value.',
+ 'Parameter %s for invocation %s does not match expected value.',
124
$i,
125
$this->invocation->toString(),
126
),
0 commit comments