Skip to content

Commit 4f4f9e6

Browse files
committed
Some polish applied to tests/README.md
1 parent 2b05a33 commit 4f4f9e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Running System Tests
22

33
This is the quick-start to CodeIgniter testing. Its intent is to describe what
4-
it takes to get your system setup and ready to run the system tests.
4+
it takes to set up your system and get it ready to run unit tests.
55
It is not intended to be a full description of the test features that you can
66
use to test your application. Those details can be found in the documentation.
77

@@ -21,7 +21,7 @@ If running under OS X or Linux, you can create a symbolic link to make running t
2121
You also need to install [XDebug](https://xdebug.org/index.php) in order
2222
for unit tests to successfully complete.
2323

24-
## Setup
24+
## Setting Up
2525

2626
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
@@ -31,7 +31,7 @@ that is currently running on your machine. More details on a test database setup
3131

3232
If you want to run the tests without using live database you can
3333
exclude @DatabaseLive group. Or make a copy of **phpunit.dist.xml** -
34-
call it **phpunit.xml** - and uncomment the line within the testsuite that excludes
34+
call it **phpunit.xml** - and uncomment the line within the <testsuite> that excludes
3535
the **tests/system/Database/Live** directory. This will make the tests run quite a bit faster.
3636

3737
## Running the tests

0 commit comments

Comments
 (0)