@@ -387,10 +387,6 @@ the test suite cannot use the latest versions of PHPUnit because:
387
387
Polyfills for the Unavailable Methods
388
388
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
389
389
390
- .. versionadded :: 4.4
391
-
392
- This feature was introduced in Symfony 4.4.
393
-
394
390
When using the ``simple-phpunit `` script, PHPUnit Bridge injects polyfills for
395
391
most methods of the ``TestCase `` and ``Assert `` classes (e.g. ``expectException() ``,
396
392
``expectExcpetionMessage() ``, ``assertContainsEquals ``, etc.). This allows writing
@@ -400,10 +396,6 @@ older PHPUnit versions.
400
396
Removing the Void Return Type
401
397
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402
398
403
- .. versionadded :: 4.4
404
-
405
- This feature was introduced in Symfony 4.4.
406
-
407
399
When running the ``simple-phpunit `` script with the ``SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT ``
408
400
environment variable set to ``1 ``, the PHPUnit bridge will alter the code of
409
401
PHPUnit to remove the return type (introduced in PHPUnit 8) from ``setUp() ``,
@@ -439,10 +431,6 @@ call to the ``doSetUp()``, ``doTearDown()``, ``doSetUpBeforeClass()`` and
439
431
Using Namespaced PHPUnit Classes
440
432
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
441
433
442
- .. versionadded :: 4.4
443
-
444
- This feature was introduced in Symfony 4.4.
445
-
446
434
The PHPUnit bridge adds namespaced class aliases for most of the PHPUnit classes
447
435
declared without namespaces (e.g. ``PHPUnit_Framework_Assert ``), allowing you to
448
436
always use the namespaced class declaration even when the test is executed with
0 commit comments