fmalk / codeigniter-phpunit

Hack to make CodeIgniter work with PHPUnit.
234 stars 61 forks source link

Fatal error: Call to a member function elapsed_time() #28

Closed asakapab0i closed 9 years ago

asakapab0i commented 9 years ago

Seems like global $BM and $CFG; is not working

feryardiant commented 9 years ago

Whats your CI version? did you've overwrite your system/core? I've tested for both (2.x & 3.x) without any errors.

asakapab0i commented 9 years ago

Ahh my bad I forgot to change the constants in CodeIgniter.php.

It is fixed now.

Awesome work by the way :+1: