You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/annotations.rst
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -684,6 +684,7 @@ The ``@testdox`` annotation can be applied to both test classes and test methods
684
684
of the ``@test`` annotation.
685
685
686
686
When using the ``@testdox`` annotation at method level with a ``@dataProvider`` you may use the method parameters as placeholders in your alternative description.
687
+
``$_dataName`` is available in addition to use the actual name of the current data. That would be ``data set 1`` up to 4 in below example.
687
688
688
689
.. code-block:: php
689
690
@@ -699,10 +700,10 @@ When using the ``@testdox`` annotation at method level with a ``@dataProvider``
0 commit comments