We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca263c commit 1ef6e00Copy full SHA for 1ef6e00
1 file changed
tests/README.md
@@ -27,7 +27,7 @@ A number of the tests use a running database.
27
In order to set up the database edit the details for the `tests` group in
28
**app/Config/Database.php** or **phpunit.xml**. Make sure that you provide a database engine
29
that is currently running on your machine. More details on a test database setup are in the
30
-[Testing Your Database](https://codeigniter.com/user_guide/testing/database.html) section of the documentation.
+[Testing Your Database](https://codeigniter4.github.io/CodeIgniter4/testing/database.html) section of the documentation.
31
32
If you want to run the tests without using live database you can
33
exclude `@DatabaseLive` group. Or make a copy of **phpunit.dist.xml** -
0 commit comments