File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Running System Tests
22
33This 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.
55It is not intended to be a full description of the test features that you can
66use 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
2121You also need to install [ XDebug] ( https://xdebug.org/index.php ) in order
2222for unit tests to successfully complete.
2323
24- ## Setup
24+ ## Setting Up
2525
2626A number of the tests use a running database.
2727In 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
3232If you want to run the tests without using live database you can
3333exclude @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
3535the ** tests/system/Database/Live** directory. This will make the tests run quite a bit faster.
3636
3737## Running the tests
You can’t perform that action at this time.
0 commit comments