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
|
Start
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Execute the following::
|
||||||
|
|
||||||
|
git clone https://github.com/DanielSiepmann/testing-talk.git
|
||||||
|
cd testing-talk
|
||||||
|
|
||||||
Clean everything::
|
Clean everything::
|
||||||
|
|
||||||
rm -rf composer.lock vendor web Tests phpunit.xml.dist infection.json.dist
|
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::
|
Installation development dependencies using composer::
|
||||||
|
|
||||||
composer install
|
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::
|
Check installation::
|
||||||
|
|
||||||
./vendor/bin/phpunit --version
|
./vendor/bin/phpunit --version
|
||||||
|
|
||||||
|
This would not work yet, as we do not have any tests::
|
||||||
|
|
||||||
./vendor/bin/phpunit Tests/Unit/
|
./vendor/bin/phpunit Tests/Unit/
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
|
@ -326,6 +329,8 @@ Improve.
|
||||||
Further reading
|
Further reading
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
* https://github.com/DanielSiepmann/testing-talk/tree/develop
|
||||||
|
|
||||||
* https://phpunit.de/
|
* https://phpunit.de/
|
||||||
|
|
||||||
* https://awesomelists.top/#repos/ziadoz/awesome-php
|
* https://awesomelists.top/#repos/ziadoz/awesome-php
|
||||||
|
|
Loading…
Reference in a new issue