コード例 #1
0
 /**
  * @covers Xoops\Core\HttpRequest::getEnv
  */
 public function test_getEnv_cgi_mode()
 {
     $b = PHP_SAPI === 'cgi';
     $this->assertSame($b, $this->object->getEnv('CGI_MODE'));
 }