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