Skip to content

Commit 9a87de8

Browse files
authored
Merge pull request #5221 from kenjis/fix-tests-readme
Improve tests/README.md
2 parents 3ea7c95 + 7a1cf38 commit 9a87de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use to test your application. Those details can be found in the documentation.
88
## Requirements
99

1010
It is recommended to use the latest version of PHPUnit. At the time of this
11-
writing we are running version 8.5.13. Support for this has been built into the
11+
writing we are running version 9.x. Support for this has been built into the
1212
**composer.json** file that ships with CodeIgniter and can easily be installed
1313
via [Composer](https://getcomposer.org/) if you don't already have it installed globally.
1414

@@ -27,11 +27,11 @@ 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
2828
**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
30-
*Docs>>Testing>>Testing Your Database* section of the documentation.
30+
[Testing Your Database](https://codeigniter.com/user_guide/testing/database.html) section of the documentation.
3131

3232
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** -
34-
call it **phpunit.xml** - and comment out the <testsuite> named "database". This will make
33+
exclude `@DatabaseLive` group. Or make a copy of **phpunit.dist.xml** -
34+
call it **phpunit.xml** - and comment out the `<testsuite>` named `Database`. This will make
3535
the tests run quite a bit faster.
3636

3737
## Running the tests

0 commit comments

Comments
 (0)