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:
Oliver Klee 2018-05-30 12:33:28 +02:00 committed by GitHub
parent 3e1fd7416f
commit ade5a8174d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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