コード例 #1
0
ファイル: AppTest.php プロジェクト: nemphys/magento2
 public function testHasSingleStore()
 {
     $this->assertNull($this->_model->hasSingleStore());
     $this->assertTrue($this->_mageModel->hasSingleStore());
 }