Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f546aa

Browse files
committed
do not document deprecated legacy test mechanisms
1 parent fefc2f2 commit 6f546aa

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,8 @@ in the **Unsilenced** section of the deprecation report.
7474
Mark Tests as Legacy
7575
--------------------
7676

77-
There are four ways to mark a test as legacy:
78-
79-
* (**Recommended**) Add the ``@group legacy`` annotation to its class or method;
80-
81-
* Make its class name start with the ``Legacy`` prefix;
82-
83-
* Make its method name start with ``testLegacy*()`` instead of ``test*()``;
84-
85-
* Make its data provider start with ``provideLegacy*()`` or ``getLegacy*()``.
77+
Add the ``@group legacy`` annotation to a test class or methodto mark it
78+
as legacy.
8679

8780
Configuration
8881
-------------

0 commit comments

Comments
 (0)