Small readme improvement
This commit is contained in:
parent
143d686551
commit
fc3b229101
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue