getPrice() 공개 메소드

public getPrice ( ) : string
리턴 string
예제 #1
0
 /**
  * @Then the product price should be :price
  * @Then I should see the product price :price
  */
 public function iShouldSeeTheProductPrice($price)
 {
     Assert::same($price, $this->showPage->getPrice(), 'Product should have price %2$s, but it has %s');
 }