From a507875d289bc7ea0c8f0b295051dae2de377a23 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sun, 15 Jul 2018 12:21:41 +0200 Subject: [PATCH] TASK: Allow to follow the process Mention repository --- readme.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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