/**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  */
 public function testCanSetAsDefaultShipping()
 {
     $this->assertEquals(0, $this->_block->canSetAsDefaultShipping());
 }