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