Skip to content

Commit 119151f

Browse files
committed
docs: try fix LF
1 parent 6935ba7 commit 119151f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/session_testing/004.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Set a session value
44
$testSession->set('framework', 'CodeIgniter4');
55

6-
// Assert the state of the session using PHPUnit assertions
6+
77
$this->assertSame('CodeIgniter4', $testSession->get('framework'));
88

99

0 commit comments

Comments
 (0)