Skip to content

Commit d6067c7

Browse files
committed
Removed the versionadded directives
1 parent e43e0ff commit d6067c7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

components/phpunit_bridge.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,6 @@ the test suite cannot use the latest versions of PHPUnit because:
387387
Polyfills for the Unavailable Methods
388388
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
389389

390-
.. versionadded:: 4.4
391-
392-
This feature was introduced in Symfony 4.4.
393-
394390
When using the ``simple-phpunit`` script, PHPUnit Bridge injects polyfills for
395391
most methods of the ``TestCase`` and ``Assert`` classes (e.g. ``expectException()``,
396392
``expectExcpetionMessage()``, ``assertContainsEquals``, etc.). This allows writing
@@ -400,10 +396,6 @@ older PHPUnit versions.
400396
Removing the Void Return Type
401397
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402398

403-
.. versionadded:: 4.4
404-
405-
This feature was introduced in Symfony 4.4.
406-
407399
When running the ``simple-phpunit`` script with the ``SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT``
408400
environment variable set to ``1``, the PHPUnit bridge will alter the code of
409401
PHPUnit to remove the return type (introduced in PHPUnit 8) from ``setUp()``,
@@ -439,10 +431,6 @@ call to the ``doSetUp()``, ``doTearDown()``, ``doSetUpBeforeClass()`` and
439431
Using Namespaced PHPUnit Classes
440432
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
441433

442-
.. versionadded:: 4.4
443-
444-
This feature was introduced in Symfony 4.4.
445-
446434
The PHPUnit bridge adds namespaced class aliases for most of the PHPUnit classes
447435
declared without namespaces (e.g. ``PHPUnit_Framework_Assert``), allowing you to
448436
always use the namespaced class declaration even when the test is executed with

0 commit comments

Comments
 (0)