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