Skip to content

Commit 16a60fc

Browse files
committed
Extend the support for annotations
1 parent ec605d2 commit 16a60fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 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.
2121
2222
Global variables are set before each test case is executed,
2323
and brought to the original state after each test case has finished.

0 commit comments

Comments
 (0)