make sure CI member exists

This commit is contained in:
Timothy Warren 2014-08-13 13:27:17 -04:00
父節點 c3f0266699
當前提交 591173f163
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

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