Skip to content
Snippets Groups Projects
ExampleSessionTest.php 421 B
Newer Older
  • Learn to ignore specific revisions
  • namespace Tests\Session;
    
    use Tests\Support\SessionTestCase;
    
    class ExampleSessionTest extends SessionTestCase
    
            $value = $this->session->get('logged_in');