8000 minor #9785 Fixed a bad merge (javiereguiluz) · symfony/symfony-docs@fb3c599 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb3c599

Browse files
committed
minor #9785 Fixed a bad merge (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed a bad merge Fixes 35e4224. Commits ------- 58f7807 Fixed a bad merge
2 parents 35e4224 + 58f7807 commit fb3c599

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

components/phpunit_bridge.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,6 @@ Alternatively, you can clone the `<https://github.com/symfony/phpunit-bridge>`_
4040
always use its very latest stable major version to get the most accurate
4141
deprecation report.
4242

43-
If you plan to :ref:`write-assertions-about-deprecations` and use the regular
44-
PHPUnit script (not the modified PHPUnit script provided by Symfony), you have
45-
to register a new `test listener`_ called ``SymfonyTestsListener``:
46-
47-
.. code-block:: xml
48-
49-
<!-- http://phpunit.de/manual/6.0/en/appendixes.configuration.html -->
50-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
51-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.0/phpunit.xsd"
52-
>
53-
54-
<!-- ... -->
55-
56-
<listeners>
57-
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
58-
</listeners>
59-
</phpunit>
60-
>>>>>>> Minor tweak
61-
6243
Usage
6344
-----
6445

0 commit comments

Comments
 (0)
0