Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 extend core class process clarification
#6

Testing Session is difficult. Because Session does not work in CLI.
So if you are not an expert, I recommend you test via web.

CI4 provides MockSession for PHPUnit testing.
So if you replace Session, you need to create your MockSession,
and a feature to use your MockSession in your test case.
See https://github.com/codeigniter4/CodeIgni...#L332-L343
Reply


Messages In This Thread
RE: Codeigniter 4 extend core class process clarification - by kenjis - 04-11-2024, 04:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB