Skip to content

Commit 6935ba7

Browse files
committed
style: use lf
1 parent 76efe75 commit 6935ba7

File tree

1 file changed

+2
-1
lines changed
  • user_guide_src/source/testing/session_testing

1 file changed

+2
-1
lines changed

user_guide_src/source/testing/session_testing/004.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
$testSession->set('framework', 'CodeIgniter4');
55

66
// Assert the state of the session using PHPUnit assertions
7-
$this->assertSame('CodeIgniter4', $testSession->get('framework')); // Value exists
7+
$this->assertSame('CodeIgniter4', $testSession->get('framework'));
8+
89

910
// Not empty
1011
$this->assertNotEmpty($testSession->get('framework'));

0 commit comments

Comments
 (0)