From aeb4053df1df4f9aaa1e51792d092d66304236f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 25 Feb 2020 18:31:25 +0100 Subject: [PATCH] Fixed CoverageListener usage with custom SUT solver See https://github.com/symfony/symfony/blob/d0e5593b1fcc88c0738f1adf2c452f84f19207f3/src/Symfony/Bridge/PhpUnit/Legacy/CoverageListenerTrait.php#L81-L95 --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index a99752764d9..3ed9cdc5e5a 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -710,7 +710,7 @@ your application, you can use your own SUT (System Under Test) solver: The ``My\Namespace\SutSolver::solve`` can be any PHP callable and receives the -current test classname as its first argument. +current test as its first argument. Finally, the listener can also display warning messages when the SUT solver does not find the SUT: