Skip to content

Commit 4b85fcb

Browse files
authored
Update suggested unit test
1 parent e87ceb0 commit 4b85fcb

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)