public function setUp() { // Clear the static config from factory SHFactory::$config = null; SHFactory::$ldap = null; // Create some files TestsHelper::createPlatformConfigFile(1, static::PLATFORM_CONFIG_FILE); TestsHelper::createLdapConfigFile(214, static::LDAP_CONFIG_FILE); parent::setUp(); }