From c13d1644348f4cd9326d917b969f9f0a28ae05dd Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Wed, 18 Mar 2015 21:07:12 +0100 Subject: [PATCH] Formating fixe --- developer_manual/core/unit-testing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer_manual/core/unit-testing.rst b/developer_manual/core/unit-testing.rst index fc1f7543d..b481f41f7 100644 --- a/developer_manual/core/unit-testing.rst +++ b/developer_manual/core/unit-testing.rst @@ -19,14 +19,14 @@ or install it manually:: chmod +x phpunit.phar sudo mv phpunit.phar /usr/local/bin/phpunit -After the installation the ''phpunit'' command is available. +After the installation the ''phpunit'' command is available:: phpunit --version -And you can update it using +And you can update it using:: + + phpunit --self-update - phpunit --self-update - You can find more information in the PHPUnit documentation: https://phpunit.de/manual/current/en/installation.html Writing PHP unit tests