TASK: Allow to follow the process

Mention repository
This commit is contained in:
Daniel Siepmann 2018-07-15 12:21:41 +02:00
parent 0cc5df4e95
commit a507875d28
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

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