We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935ba7 commit 119151fCopy full SHA for 119151f
user_guide_src/source/testing/session_testing/004.php
@@ -3,7 +3,7 @@
3
// Set a session value
4
$testSession->set('framework', 'CodeIgniter4');
5
6
-// Assert the state of the session using PHPUnit assertions
+
7
$this->assertSame('CodeIgniter4', $testSession->get('framework'));
8
9
0 commit comments