コード例 #1
0
ファイル: AppTest.php プロジェクト: nemphys/magento2
 public function testGetGroups()
 {
     $groups = $this->_mageModel->getGroups();
     $this->assertInternalType('array', $groups);
     $this->assertGreaterThanOrEqual(1, count($groups));
 }