mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update user_guide_src/source/testing/mocking.rst
Co-authored-by: MGatner <mgatner@icloud.com>
This commit is contained in:
parent
d2e9a64b00
commit
0a2b74b2ec
@ -2,7 +2,7 @@
|
||||
Mocking System Classes
|
||||
######################
|
||||
|
||||
Several classes within the framework provide mocked versions of the classes that can be used during testing. These classes
|
||||
Several components within the framework provide mocked versions of their classes that can be used during testing. These classes
|
||||
can take the place of the normal class during test execution, often providing additional assertions to test that actions
|
||||
have taken place (or not taken place) during the execution of the test. This might be checking data gets cached correctly,
|
||||
emails were sent correctly, etc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user