From e834d346c739f3b7510fc9b2fb64657284662234 Mon Sep 17 00:00:00 2001 From: Maxime Pinot Date: Tue, 21 Jun 2022 16:17:17 +0200 Subject: [PATCH] [Testing] [PHPUnit Bridge] Fix link text --- 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 dfff0e39cfe..bfc6eaf0634 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -48,7 +48,7 @@ Installation always use its very latest stable major version to get the most accurate deprecation report. -If you plan to :ref:`write-assertions-about-deprecations` and use the regular +If you plan to :ref:`write assertions about deprecations ` and use the regular PHPUnit script (not the modified PHPUnit script provided by Symfony), you have to register a new `test listener`_ called ``SymfonyTestsListener``: