getBaseGrandTotal() 공개 메소드

public getBaseGrandTotal ( ) : string
리턴 string
예제 #1
0
 /**
  * @Then the grand total value in base currency should be :total
  */
 public function myBaseCartTotalShouldBe($total)
 {
     $this->summaryPage->open();
     Assert::same($this->summaryPage->getBaseGrandTotal(), $total, 'Base grand total should be %2$s, but it is %s.');
 }