From fc3b229101fb069531b0d73da8bbead58d1125f4 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 17 Jan 2020 16:03:33 +0100 Subject: [PATCH] Small readme improvement --- readme.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.rst b/readme.rst index 1b03b0e..65ce835 100644 --- a/readme.rst +++ b/readme.rst @@ -130,7 +130,7 @@ We want to test the controller now:: Execute all tests:: - ./vendor/bin/phpunit --color --debug Tests/Unit/ + ./vendor/bin/phpunit --color Tests/Unit/ Alternative output ------------------ @@ -157,12 +157,12 @@ Benefits of tests #. Detect new bugs. -#. Make sure the same bug does not occur a 2nd time. - #. Reproduce bug. #. Speed up development. +#. Make sure the same bug does not occur a 2nd time. + #. Show how to use the written code. #. Allow co-worker, in pull request, to see what you expect.