function __construct()
 {
     $this->dsn = 'db://dsn?table=lmb_cache2';
     $this->fixture_path = dirname(__FILE__) . '/../../../init/cache.';
     lmb_tests_init_db_dsn();
     lmb_tests_setup_db($this->fixture_path);
     parent::__construct();
 }
 function __construct()
 {
     $this->dsn = 'session:';
     parent::__construct();
 }