Skip to content

Commit c238b20

Browse files
authored
Update 012.php
Tiny Typo on `assertSessionMissing` docs (Currently `assertSessionMissin( .. )`
1 parent 6a24550 commit c238b20

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$result->assertSessionMissin('logged_in');
3+
$result->assertSessionMissing('logged_in');

0 commit comments

Comments
 (0)