From b46278345507f251485dd537a3df848436e68d12 Mon Sep 17 00:00:00 2001 From: MrYamous Date: Thu, 2 Mar 2023 07:42:35 +0100 Subject: [PATCH] add examples for SYMFONY_PHPUNIT_REQUIRE --- components/phpunit_bridge.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 62dc3d3cb20..d839d608dfa 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -951,6 +951,15 @@ If you have installed the bridge through Composer, you can run it by calling e.g The ``SYMFONY_PHPUNIT_REQUIRE`` env variable was introduced in Symfony 5.3. +.. code-block:: xml + + + + + + + + Code Coverage Listener ----------------------