예제 #1
0
파일: ViewTest.php 프로젝트: aiesh/magento2
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  */
 public function testGetCreatedInStore()
 {
     $storeName = $this->_storeManager->getStore($this->_loadCustomer()->getStoreId())->getName();
     $this->assertEquals($storeName, $this->_block->getCreatedInStore());
 }