From d6e6ed1a2bcf4358ec897729004e83feea059c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Marcinkevi=C4=8Dius?= Date: Sun, 2 Jul 2017 17:26:37 +0300 Subject: [PATCH] Typo: lowercase letter --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index 866d05e493b..05db78b6605 100644 --- a/testing.rst +++ b/testing.rst @@ -29,7 +29,7 @@ command: $ phpunit -PHPunit is configured by the ``phpunit.xml.dist`` file in the root of your +PHPUnit is configured by the ``phpunit.xml.dist`` file in the root of your Symfony application. .. tip::