getDefaultAddress() 공개 메소드

public getDefaultAddress ( ) : string
리턴 string
예제 #1
0
 /**
  * @Then his default address should be :defaultAddress
  */
 public function hisShippingAddressShouldBe($defaultAddress)
 {
     Assert::same(str_replace(',', '', $defaultAddress), $this->showPage->getDefaultAddress(), 'Customer\'s default address should be "%s", but it is not.');
 }