コード例 #1
0
ファイル: HttpContextTest.php プロジェクト: elgervb/php-http
 public function testGetSession()
 {
     $session = $this->object->getSession();
     $this->assertTrue($session instanceof HttpSession);
     $this->assertTrue($session === $this->object->getSession(), "Check for Singleton");
 }