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 fc289d8 commit 06b99f0Copy full SHA for 06b99f0
tests/delete.test.php
@@ -36,7 +36,5 @@
36
37
$session->unset('user.name');
38
39
- echo json_encode($_SESSION);
40
-
41
expect($session->get('user.name'))->toBe(null);
42
});
0 commit comments