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 76efe75 commit 6935ba7Copy full SHA for 6935ba7
user_guide_src/source/testing/session_testing/004.php
@@ -4,7 +4,8 @@
4
$testSession->set('framework', 'CodeIgniter4');
5
6
// Assert the state of the session using PHPUnit assertions
7
-$this->assertSame('CodeIgniter4', $testSession->get('framework')); // Value exists
+$this->assertSame('CodeIgniter4', $testSession->get('framework'));
8
+
9
10
// Not empty
11
$this->assertNotEmpty($testSession->get('framework'));
0 commit comments