From 49cd2c9b39ea0bb374c56029ae664b51f8962dc4 Mon Sep 17 00:00:00 2001 From: Piet Bijl Date: Sat, 4 Mar 2017 18:21:45 +0100 Subject: [PATCH] typo --- 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 5393e2b0e44..797a6b808a8 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -38,7 +38,7 @@ You can install the component in 2 different ways: Usage ----- -Once the component installed, it automatically registers a +Once the component is installed, it automatically registers a `PHPUnit event listener`_ which in turn registers a `PHP error handler`_ called :class:`Symfony\\Bridge\\PhpUnit\\DeprecationErrorHandler`. After running your PHPUnit tests, you will get a report similar to this one: