getPreFilledBillingAddress() 공개 메소드

public getPreFilledBillingAddress ( ) : Sylius\Component\Core\Model\AddressInterface
리턴 Sylius\Component\Core\Model\AddressInterface
예제 #1
0
 /**
  * @Then /^(address "[^"]+", "[^"]+", "[^"]+", "[^"]+", "[^"]+", "[^"]+") should be filled as billing address$/
  */
 public function addressShouldBeFilledAsBillingAddress(AddressInterface $address)
 {
     Assert::true($this->addressComparator->equal($address, $this->addressPage->getPreFilledBillingAddress()));
 }