public static function setUpBeforeClass(){
        require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . '/config.php';
        require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . '../../src/functions.php';
		
		DBTestUtil::init(getCurrentMySQLDate(), getCurrentMySQLDateTime());
		DBTestUtil::setup();
		
		session_start();
    }