コード例 #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.');
 }