Skip to content

Commit 46cccbe

Browse files
committed
Readme: Add note on coverage params for phpunit runs.
1 parent 9251c4f commit 46cccbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Time: 4.45 seconds, Memory: 38.00MB
8484
OK (2 tests, 7 assertions)
8585
```
8686

87+
Notes:
88+
* If you want to run test with coverage report, use command: `bin/moodle-docker-compose exec webserver phpdbg -qrr vendor/bin/phpunit --coverage-text auth_manual_testcase auth/manual/tests/manual_test.php`
89+
8790
## Use containers for manual testing
8891

8992
```bash

0 commit comments

Comments
 (0)