コード例 #1
0
ファイル: UrlTest.php プロジェクト: nemphys/magento2
 public function testGetStores()
 {
     $stores = $this->_model->getStores();
     $this->assertArrayHasKey(1, $stores);
     /* Current store identifier */
 }