Example #1
0
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  */
 public function testGetStoreId()
 {
     $this->assertEquals($this->_loadCustomer()->getStoreId(), $this->_block->getStoreId());
 }