Skip to content

Commit 8fd17e0

Browse files
committed
Tweak test docs
1 parent 4359f87 commit 8fd17e0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ If running under OS X or Linux, you can create a symbolic link to make running t
1919
> ln -s ./vendor/bin/phpunit ./phpunit
2020

2121
You also need to install [XDebug](https://xdebug.org/index.php) in order
22-
for unit tests to successfully complete.
22+
for code coverage to be calculated successfully.
2323

2424
## Setting Up
2525

2626
A number of the tests use a running database.
2727
In order to set up the database edit the details for the `tests` group in
28-
**app/Config/Database.php**. Make sure that you provide a database engine
28+
**app/Config/Database.php** or **phpunit.xml**. Make sure that you provide a database engine
2929
that is currently running on your machine. More details on a test database setup are in the
3030
*Docs>>Testing>>Testing Your Database* section of the documentation.
3131

@@ -78,4 +78,3 @@ The normal practice would be to copy ``phpunit.xml.dist`` to ``phpunit.xml``
7878
(which is git ignored), and to tailor it as you see fit.
7979
For instance, you might wish to exclude database tests, or automatically generate
8080
HTML code coverage reports.
81-

0 commit comments

Comments
 (0)