mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-08 00:28:41 +00:00
Update tests.md
This commit is contained in:
parent
c8e05ad339
commit
43c7ba13a7
|
|
@ -9,13 +9,13 @@ This application uses PHPUnit as unit testing framework. The PHPUnit directory i
|
||||||
In order to run all tests and also creating the dummy data for UI tests, execute the following command:
|
In order to run all tests and also creating the dummy data for UI tests, execute the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php phpunit.phar -c Tests/PHPUnit/phpunit_no_coverage.xml
|
php phpunit.phar -c tests/PHPUnit/phpunit_no_coverage.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
In order to also create a code coverage report run:
|
In order to also create a code coverage report run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php phpunit.phar -c Tests/PHPUnit/phpunit_default.xml
|
php phpunit.phar -c tests/PHPUnit/phpunit_default.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Modules
|
### Modules
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user