Пример #1
0
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  * @magentoDataFixture Magento/Customer/_files/customer_two_addresses.php
  */
 public function testGetCustomerAddressCount()
 {
     $this->assertEquals(2, $this->_block->getCustomerAddressCount());
 }