blob: 7ea4da369d5673c904e9d9c1eda076d0eb5f4431 [file] [log] [blame]
<?php
class Mock_Core_Loader extends CI_Loader {
/**
* Give public access to _ci_autoloader for testing
*/
public function autoload()
{
$this->_ci_autoloader();
}
}