コード例 #1
0
ファイル: UrlTest.php プロジェクト: nemphys/magento2
 public function testGetConfigData()
 {
     $this->assertEquals('http://localhost/', $this->_model->getConfigData('base_url'));
 }