Skip to content

Commit 94aef9e

Browse files
authored
Merge pull request #49 from samnela/patch-1
[README] Update suggested unit test
2 parents e87ceb0 + 4b85fcb commit 94aef9e

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
@@ -71,7 +71,7 @@ Some projects have a few complex tests that take a long time to run. It is possi
7171
Use the annotation `@slowThreshold` to set a custom slowness threshold for single test cases. This number may be higher or lower than the default threshold and will be used in place of the default threshold for that specific test.
7272

7373
```php
74-
class SomeTestCase extends \PHPUnit_Framework_TestCase
74+
class SomeTestCase extends PHPUnit\Framework\TestCase
7575
{
7676
/**
7777
* @slowThreshold 5000

0 commit comments

Comments
 (0)