Example #1
0
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  */
 public function testIsDefaultBilling()
 {
     $this->assertFalse($this->_block->isDefaultBilling());
 }