File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2121You 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
2626A number of the tests use a running database.
2727In 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
2929that 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.
7979For instance, you might wish to exclude database tests, or automatically generate
8080HTML code coverage reports.
81-
You can’t perform that action at this time.
0 commit comments