Sylius\Behat\Page\Admin\Order\ShowPageInterface::hasPayment PHP Метод

hasPayment() публичный Метод

public hasPayment ( string $paymentMethodName ) : boolean
$paymentMethodName string
Результат boolean
    public function hasPayment($paymentMethodName);

Usage Example

Пример #1
0
 /**
  * @Then it should have payment state :paymentState
  */
 public function itShouldHavePaymentState($paymentState)
 {
     Assert::true($this->showPage->hasPayment($paymentState), sprintf('It should have payment with %s state', $paymentState));
 }
All Usage Examples Of Sylius\Behat\Page\Admin\Order\ShowPageInterface::hasPayment