Skip to content

Commit 8545240

Browse files
Merge branch '9.3' into 9.4
2 parents b0af65a + e49b92f commit 8545240

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/configuration.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -630,20 +630,6 @@ Parent elements: ``<include>``, ``<exclude>``
630630

631631
Configures a file for inclusion in or exclusion from code coverage report(s).
632632

633-
The ``phpVersion`` Attribute
634-
****************************
635-
636-
Possible values: string
637-
638-
Configures a filter based on the version of the PHP runtime that is used to run the current PHPUnit process.
639-
640-
The ``phpVersionOperator`` Attribute
641-
************************************
642-
643-
Possible values: ``'<'``, ``'lt'``, ``'<='``, ``'le'``, ``'>'``, ``'gt'``, ``'>='``, ``'ge'``, ``'=='``, ``'='``, ``'eq'``, ``'!='``, ``'<>'``, ``'ne'`` (default: ``'>='``)
644-
645-
Configures the comparison operator to be used with ``version_compare()`` for the filter based on the version of the PHP runtime that is used to run the current PHPUnit process.
646-
647633

648634
.. _appendixes.configuration.coverage.report:
649635

0 commit comments

Comments
 (0)