make sure CI member exists
This commit is contained in:
parent
c3f0266699
commit
591173f163
@ -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;');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user