File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use to test your application. Those details can be found in the documentation.
8
8
## Requirements
9
9
10
10
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
12
12
** composer.json** file that ships with CodeIgniter and can easily be installed
13
13
via [ Composer] ( https://getcomposer.org/ ) if you don't already have it installed globally.
14
14
@@ -27,11 +27,11 @@ A number of the tests use a running database.
27
27
In order to set up the database edit the details for the ` tests ` group in
28
28
** app/Config/Database.php** or ** phpunit.xml** . Make sure that you provide a database engine
29
29
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.
31
31
32
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** -
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
35
35
the tests run quite a bit faster.
36
36
37
37
## Running the tests
You can’t perform that action at this time.
0 commit comments