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 e8f90fd commit ae7ab31Copy full SHA for ae7ab31
tests/Unit/Libraries/Session/Helpers/SessionHelperFunctionsTest.php
@@ -11,6 +11,8 @@ class SessionHelperFunctionsTest extends AppTestCase
11
{
12
public function testSessionHelperGetDefaultSessionAdapter()
13
14
+ config()->delete('session');
15
+
16
$session = session();
17
18
$this->assertInstanceOf(Session::class, $session);
0 commit comments