make sure CI member exists

This commit is contained in:
Timothy Warren 2014-08-13 13:27:17 -04:00
parent c3f0266699
commit 591173f163
1 changed files with 1 additions and 0 deletions

View File

@ -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;');
}
}