reset() public static method

Reset the internal cache
public static reset ( )
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public static function setupBeforeClass()
 {
     Environment::reset();
     Environment::set('path', '/core');
     require __DIR__ . '/../../src/Resources/contao/config/default.php';
     require __DIR__ . '/../../src/Resources/contao/config/agents.php';
 }