Skip to content

Commit 63a53ad

Browse files
committed
docs: add link to user guide
1 parent 53f9516 commit 63a53ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin/starter/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ for code coverage to be calculated successfully.
3131
A number of the tests use a running database.
3232
In order to set up the database edit the details for the `tests` group in
3333
**app/Config/Database.php** or **phpunit.xml**. Make sure that you provide a database engine
34-
that is currently running on your machine. More details on a test database setup are in the
35-
*Docs>>Testing>>Testing Your Database* section of the documentation.
34+
that is currently running on your machine. More details on a test database setup are in the
35+
[Testing Your Database](https://codeigniter4.github.io/userguide/testing/database.html) section of the documentation.
3636

3737
If you want to run the tests without using live database you can
3838
exclude @DatabaseLive group. Or make a copy of **phpunit.dist.xml** -

0 commit comments

Comments
 (0)