Skip to content

Commit 20216f7

Browse files
committed
Update README
1 parent 65431d9 commit 20216f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To be able to use EasyMock in your tests **you must include the trait in your cl
2222
```php
2323
class MyTest extends \PHPUnit_Framework_TestCase
2424
{
25-
use EasyMock;
25+
use \EasyMock\EasyMock;
2626

2727
// ...
2828
}

0 commit comments

Comments
 (0)