/**
  * @Given the test environment is not set
  */
 public function theTestEnvironmentIsNotSet()
 {
     $this->configuration = Configuration::fromParameters($this->cachedContainerFile, ['features/etc/'], true, 'xml');
     $this->configuration->setTestEnvironment(false);
 }