Skip to content
Snippets Groups Projects
ExampleSessionTest.php 393 B
Newer Older
  • Learn to ignore specific revisions
  • namespace Tests\Session;
    
    use Tests\Support\SessionTestCase;
    class ExampleSessionTest extends SessionTestCase
    
        public function setUp(): void
        {
            parent::setUp();
        }
    
            $value = $this->session->get('logged_in');