logDestination = 'NONE'; $_SESSION['cfgMain'] = $cfgMain; $cfgPath = dirname(__FILE__) . '/../../config/phpunit.conf'; if (file_exists($cfgPath)) { unlink($cfgPath); } touch($cfgPath); $config = new LAMConfig('phpunit'); $_SESSION['config'] = $config; $_SESSION['language'] = 'en_GB.utf8:UTF-8:English (Great Britain)'; } function testDeleteDefaultConfig() { deleteConfigProfile('phpunit'); } ?>