コード例 #1
0
ファイル: WebsiteTest.php プロジェクト: Doability/magento2dev
 public function testGetScopeType()
 {
     $this->assertEquals(ScopeInterface::SCOPE_WEBSITE, $this->model->getScopeType());
 }