backToStore() 공개 메소드

public backToStore ( )
예제 #1
0
 /**
  * @When I go back to store
  */
 public function iGoBackToStore()
 {
     $this->addressPage->backToStore();
 }