예제 #1
0
파일: UrlTest.php 프로젝트: aiesh/magento2
 public function testUseSessionIdForUrl()
 {
     $_SERVER['HTTP_HOST'] = 'localhost';
     $this->assertFalse($this->_model->useSessionIdForUrl(true));
     $this->assertFalse($this->_model->useSessionIdForUrl(false));
 }