Sylius\Behat\Page\Admin\PaymentMethod\UpdatePageInterface::isCodeDisabled PHP Méthode

isCodeDisabled() public méthode

public isCodeDisabled ( ) : boolean
Résultat boolean
    public function isCodeDisabled();

Usage Example

 /**
  * @Then the code field should be disabled
  */
 public function theCodeFieldShouldBeDisabled()
 {
     Assert::true($this->updatePage->isCodeDisabled(), 'Code field should be disabled');
 }