Skip to content

Commit 023279d

Browse files
authored
Merge pull request #5 from remicollet/issue-typo
fix typo in test
2 parents b2aa94f + 63a5d09 commit 023279d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EasyMockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function should_allow_to_spy_method_calls()
138138
$mock->__phpunit_verify();
139139
$this->fail('Exception not thrown');
140140
} catch (\PHPUnit_Framework_ExpectationFailedException $e) {
141-
$this->assertContains('Expected invocation at least once but it never occured', $e->getMessage());
141+
$this->assertContains('Expected invocation at least once but it never occur', $e->getMessage());
142142
}
143143

144144
// Invoke the mock: the test should now pass

0 commit comments

Comments
 (0)