Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f546aa

Browse filesBrowse files
committed
do not document deprecated legacy test mechanisms
1 parent fefc2f2 commit 6f546aa
Copy full SHA for 6f546aa

File tree

1 file changed

+2
-9
lines changed
Filter options

1 file changed

+2
-9
lines changed

‎components/phpunit_bridge.rst

Copy file name to clipboardExpand all lines: components/phpunit_bridge.rst
+2-9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.