コード例 #1
0
ファイル: ViewTest.php プロジェクト: aiesh/magento2
 public function testGetGroupNameNull()
 {
     $this->_createCustomer();
     $this->assertNull($this->_block->getGroupName());
 }