コード例 #1
0
 /**
  * @magentoDataFixture Magento/Customer/_files/customer.php
  */
 public function testGetSaveUrl()
 {
     $this->assertEquals('http://localhost/index.php/customer/address/formPost/', $this->_block->getSaveUrl());
 }