예제 #1
0
파일: ViewTest.php 프로젝트: aiesh/magento2
 public function testGetGroupNameNull()
 {
     $this->_createCustomer();
     $this->assertNull($this->_block->getGroupName());
 }