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 364bcda + 2c0c1b6 commit 0f51914Copy full SHA for 0f51914
README.md
@@ -47,7 +47,7 @@ Usage
47
Hamcrest matchers are easy to use as:
48
49
```php
50
-Hamcrest_MatcherAssert::assertThat('a', Hamcrest_Matchers::equalToIgnoringCase('A'));
+\Hamcrest\MatcherAssert::assertThat('a', \Hamcrest\Matchers::equalToIgnoringCase('A'));
51
```
52
53
Alternatively, you can use the global proxy-functions:
0 commit comments