TASK: Allow to follow the process
Mention repository
This commit is contained in:
parent
0cc5df4e95
commit
a507875d28
1 changed files with 11 additions and 6 deletions
17
readme.rst
17
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
|
||||
|
|
Loading…
Reference in a new issue