Exemplo n.º 1
0
 function test_if_has_works()
 {
     Session::set('to_be', 'Or no to be');
     $this->assertTrue(Session::has('to_be'));
 }