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 65431d9 commit 20216f7Copy full SHA for 20216f7
README.md
@@ -22,7 +22,7 @@ To be able to use EasyMock in your tests **you must include the trait in your cl
22
```php
23
class MyTest extends \PHPUnit_Framework_TestCase
24
{
25
- use EasyMock;
+ use \EasyMock\EasyMock;
26
27
// ...
28
}
0 commit comments