/**
  * Enable dynamic content loading.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->callShopSC("oxConfig", null, null, array("blLoadDynContents" => array("type" => "bool", "value" => 'true')));
     if (!file_exists($this->getReferenceToCredentialsFile())) {
         $this->markTestSkipped('Credentials file for Trusted shop tests must be created.');
     }
 }
 /**
  * Sets default language to English.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->getTranslator()->setLanguage(1);
 }