Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefc2f2 commit 6f546aaCopy full SHA for 6f546aa
components/phpunit_bridge.rst
@@ -74,15 +74,8 @@ in the **Unsilenced** section of the deprecation report.
74
Mark Tests as Legacy
75
--------------------
76
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*()``.
+Add the ``@group legacy`` annotation to a test class or methodto mark it
+as legacy.
86
87
Configuration
88
-------------
0 commit comments