示例#1
0
 public function testGetSession()
 {
     $session = $this->object->getSession();
     $this->assertTrue($session instanceof HttpSession);
     $this->assertTrue($session === $this->object->getSession(), "Check for Singleton");
 }