Fixed the unit tests and changed ops->zu

This commit is contained in:
Albert Santoni 2014-06-09 11:34:25 -04:00
parent a07121787f
commit 345c782eb9
4 changed files with 7 additions and 4 deletions

View file

@ -109,7 +109,6 @@ class TestHelper
//Create all the database tables
AirtimeInstall::createDatabaseTables($dbuser, $dbpasswd, $dbname, $dbhost);
}
AirtimeInstall::SetDefaultTimezone();
}
public static function setupZendBootstrap()