예제 #1
0
 public function testCanUnsetWithMethodCall()
 {
     $this->access->set('methodCall', true);
     $this->session->remove('methodCall');
     $this->assertFalse($this->session->has('methodCall'));
 }