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 b2aa94f + 63a5d09 commit 023279dCopy full SHA for 023279d
tests/EasyMockTest.php
@@ -138,7 +138,7 @@ public function should_allow_to_spy_method_calls()
138
$mock->__phpunit_verify();
139
$this->fail('Exception not thrown');
140
} catch (\PHPUnit_Framework_ExpectationFailedException $e) {
141
- $this->assertContains('Expected invocation at least once but it never occured', $e->getMessage());
+ $this->assertContains('Expected invocation at least once but it never occur', $e->getMessage());
142
}
143
144
// Invoke the mock: the test should now pass
0 commit comments