Example #1
0
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  * @magentoDataFixture Magento/Customer/_files/customer_address.php
  */
 public function testGetStreetLine()
 {
     $this->assertEquals('Green str, 67', $this->_block->getStreetLine(1));
     $this->assertEquals('', $this->_block->getStreetLine(2));
 }