Пример #1
0
 public function testclearSessionCache()
 {
     $aclAction = new ACLAction();
     //execute the method and verify that it unsets the session cache
     $aclAction->clearSessionCache();
     $this->assertFalse(isset($_SESSION['ACL']));
 }