Small readme improvement

This commit is contained in:
Daniel Siepmann 2020-01-17 16:03:33 +01:00
parent 143d686551
commit fc3b229101
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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.