mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[TASK] Document running the unit tests on the command line (#27)
[ci skip]
This commit is contained in:
parent
3e1fd7416f
commit
ade5a8174d
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ It also is an example for
|
|||
For information on the different ways to execute the tests, please have a look
|
||||
at the [handout to my workshops on test-driven development (TDD)](https://github.com/oliverklee/tdd-reader).
|
||||
|
||||
## Running the unit tests from the command line
|
||||
|
||||
```bash
|
||||
.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/
|
||||
```
|
||||
|
||||
|
||||
## Running the tests in PhpStorm
|
||||
|
||||
|
|
Loading…
Reference in a new issue