Sylius\Behat\Page\Admin\Customer\ShowPageInterface::isSubscribedToNewsletter PHP Method

isSubscribedToNewsletter() public method

    public function isSubscribedToNewsletter();

Usage Example

 /**
  * @Then I should see that this customer is subscribed to the newsletter
  */
 public function iShouldSeeThatThisCustomerIsSubscribedToTheNewsletter()
 {
     Assert::true($this->showPage->isSubscribedToNewsletter(), 'There should be information that this customer is subscribed to the newsletter.');
 }