예제 #1
0
파일: UrlTest.php 프로젝트: aiesh/magento2
 public function testSetGetControllerName()
 {
     $this->_model->setControllerName('product');
     $this->assertEquals('product', $this->_model->getControllerName());
     $this->markTestIncomplete('setControllerName() logic is unclear.');
 }