diff --git a/readme.rst b/readme.rst index 319bf4a..e8e6e03 100644 --- a/readme.rst +++ b/readme.rst @@ -27,26 +27,29 @@ Table of contents: Start ----- +Execute the following:: + + git clone https://github.com/DanielSiepmann/testing-talk.git + cd testing-talk + Clean everything:: rm -rf composer.lock vendor web Tests phpunit.xml.dist infection.json.dist -Install dependencies using composer:: - - composer install --no-dev - Installation development dependencies using composer:: composer install -This also includes composer, see: composer.json +This also includes PHPUnit, see: composer.json -Why 6.x? We use 6.x to support PHP 7.0. +We use 6.x to support PHP 7.0. Check installation:: ./vendor/bin/phpunit --version +This would not work yet, as we do not have any tests:: + ./vendor/bin/phpunit Tests/Unit/ Links: @@ -326,6 +329,8 @@ Improve. Further reading --------------- +* https://github.com/DanielSiepmann/testing-talk/tree/develop + * https://phpunit.de/ * https://awesomelists.top/#repos/ziadoz/awesome-php