File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Supported annotations:
15
15
* ` @server ` and ` @unset-server ` for ` $_SERVER `
16
16
* ` @putenv ` and ` @unset-getenv ` for [ ` putenv() ` ] ( http://php.net/putenv )
17
17
18
- > Annotations are deprecated since v3.1.0 and will be removed in the next major or minor version (whichever comes first) .
19
- > The latest annotation support is planned to be removed is when PHPUnit 11 is released.
20
- > Annotation support is complete, so if you plan on using them keep using v3.1 of this package.
18
+ > Annotations are deprecated since v3.1.0 and will be removed in v3.4.0 .
19
+ > 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.
21
21
22
22
Global variables are set before each test case is executed,
23
23
and brought to the original state after each test case has finished.
You can’t perform that action at this time.
0 commit comments