You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Some projects have a few complex tests that take a long time to run. It is possi
71
71
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.
72
72
73
73
```php
74
-
class SomeTestCase extends \PHPUnit_Framework_TestCase
74
+
class SomeTestCase extends PHPUnit\Framework\TestCase
0 commit comments