DatabaseProvider.setCredentials(testCredentials);
DatabaseProvider.setDatabaseProvider("sqlite");
// Need to create admin table to pass tests
new MainDatabaseManager();
this.extensionObject.clearGames();
for (String gameType : this.games) {
Game game = Game.tryParse(gameType);