Esempio n. 1
0
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  */
 public function testGetCustomerName()
 {
     $this->customerSession->setCustomerId(1);
     $this->assertEquals('Firstname Lastname', $this->block->getCustomerName());
 }