Example #1
0
 public function testMisc()
 {
     $this->assertFalse(ae_Security::getCurrentUserId());
     $this->assertNotEquals(trim(ae_Security::getSessionVerify()), '');
     $this->assertFalse(ae_Security::isLoggedIn());
 }