make sure CI member exists

This commit is contained in:
Timothy Warren 2014-08-13 13:27:17 -04:00
rodič c3f0266699
revize 591173f163
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

@ -24,6 +24,7 @@ class Fixture {
// Turn off foreign key checks for mysql so test tables can be easily truncated
if (getenv('DB') === 'mysql')
{
$this->_assign_db();
$this->CI->db->simple_query('SET foreign_key_checks = 0;');
}
}