Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
93ec20b8d9afbf8cb22ec6383b7fb24fe70330e8
/
.
/
tests
/
mocks
/
core
/
loader.php
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
();
}
}