예제 #1
0
 /**
  * @Given channel :channel does not use any theme
  */
 public function channelDoesNotUseAnyTheme(ChannelInterface $channel)
 {
     $channel->setThemeName(null);
     $this->channelManager->flush();
     $this->sharedStorage->set('channel', $channel);
 }