Example #1
0
 /**
  * @Given /^(it) is not published yet$/
  */
 public function itIsNotPublishedYet(StaticContent $staticContent)
 {
     $staticContent->setPublishable(false);
     $this->staticContentManager->flush();
 }