File tree 1 file changed +0
-19
lines changed
Filter options
1 file changed +0
-19
lines changed
Original file line number Diff line number Diff line change @@ -40,25 +40,6 @@ Alternatively, you can clone the `<https://github.com/symfony/phpunit-bridge>`_
40
40
always use its very latest stable major version to get the most accurate
41
41
deprecation report.
42
42
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
-
62
43
Usage
63
44
-----
64
45
You can’t perform that action at this time.
0 commit comments