make sure CI member exists

このコミットが含まれているのは:
Timothy Warren 2014-08-13 13:27:17 -04:00
コミット 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;');
}
}