Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 1185db8

Browse files
authored
Fix name typos
1 parent 44a53a4 commit 1185db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CREATING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2525
subfolders for you, **unit** and **database** - but feel free to make your own. Each test file
2626
is a class that extends a **Test Case** (see above) and contains methods for the individual
2727
tests. 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
5454
with the [mock session class](https://codeigniter4.github.io/userguide/testing/overview.html#mocking-services)
5555
to make testing sessions easier:
5656
* **tests/_support/SessionTestCase.php**

0 commit comments

Comments
 (0)