예제 #1
0
파일: UrlTest.php 프로젝트: aiesh/magento2
 public function testSetGetUseSession()
 {
     $this->assertTrue((bool) $this->_model->getUseSession());
     $this->_model->setUseSession(false);
     $this->assertFalse($this->_model->getUseSession());
 }