File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Supported annotations:
1515 * ` @server ` and ` @unset-server ` for ` $_SERVER `
1616 * ` @putenv ` and ` @unset-getenv ` for [ ` putenv() ` ] ( http://php.net/putenv )
1717
18- > Annotations are deprecated since v3.1.0 and will be removed in v3.4 .0.
18+ > Annotations are deprecated since v3.1.0 and will be removed in v3.5 .0.
1919> The latest annotation support is planned to be removed is when PHPUnit 12 is released.
20- > Annotation support is complete, so if you plan on using them keep using v3.3 of this package.
20+ > Annotation support is complete, so if you plan on using them keep using v3.4 of this package.
2121
2222Global variables are set before each test case is executed,
2323and brought to the original state after each test case has finished.
You can’t perform that action at this time.
0 commit comments