@@ -12,7 +12,7 @@ provides a few that you may use directly:
1212* ` CodeIgniter\Test\CIUnitTestCase ` - for basic tests with no other service needs
1313* ` CodeIgniter\Test\CIDatabaseTestCase ` - for tests that need database access
1414
15- ** ci -module-tests** also provides some examples:
15+ ** ci4 -module-tests** also provides some examples:
1616* ` CIModuleTests\Support\DatabaseTestCase ` - for database tests, pre-configured for migrations, seeds, and models from ** tests/_ support**
1717* ` CIModuleTests\Support\SessionTestCase ` - for session tests, pre-configured with a mock session driver
1818
@@ -21,7 +21,7 @@ common to your test suites.
2121
2222## Tests
2323
24- All tests go in the ** tests/** directory. ** ci -module-tests** provides two generic
24+ All tests go in the ** tests/** directory. ** ci4 -module-tests** provides two generic
2525subfolders for you, ** unit** and ** database** - but feel free to make your own. Each test file
2626is a class that extends a ** Test Case** (see above) and contains methods for the individual
2727tests. These method names must start with the word "test" and should have descriptive names
@@ -50,7 +50,7 @@ repo by adding it to **.gitignore**.
5050
5151### Session Tests
5252
53- Similar to database testing, ** ci -module-tests** provides a test case pre-configured
53+ Similar to database testing, ** ci4 -module-tests** provides a test case pre-configured
5454with the [ mock session class] ( https://codeigniter4.github.io/userguide/testing/overview.html#mocking-services )
5555to make testing sessions easier:
5656* ** tests/_ support/SessionTestCase.php**
0 commit comments