From bdaad36b4b2f5781669c5d940a3c6ddcc6a9d67f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 22 Oct 2019 00:00:19 +0200 Subject: [PATCH] fix test documentation --- quality/tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quality/tests.md b/quality/tests.md index c24e018..072fec0 100644 --- a/quality/tests.md +++ b/quality/tests.md @@ -1,10 +1,10 @@ # Tests -The applications goal is to achive 90% code coverage, which applies for the core application as well as all modules. All unit tests are located in the corresponding `tests` directory. +The applications goal is to achive 90% code coverage, which applies for the framework, applications as well as all modules. All unit tests are located in the corresponding `tests` directories. ## PHPUnit -This application uses PHPUnit as unit testing framework. The PHPUnit directory is structured the same way as the `Framework`, `Modules`, `Install` and `Models` directories. Unit tests for specific classes need to be named in the same manner as the testing class. +This application uses PHPUnit as unit testing framework. Unit tests for specific classes need to be named in the same manner as the testing class. In order to run all tests and also creating the dummy data for UI tests, execute the following command: