/** * @magentoDataFixture Magento/Customer/_files/customer.php * @magentoDataFixture Magento/Customer/_files/customer_address.php */ public function testGetCountryId() { $this->assertEquals('US', $this->_block->getCountryId()); }