mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
改进Loader类 增加Composer自动加载开关
This commit is contained in:
@@ -32,8 +32,7 @@ class loaderTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function testAddMap()
|
||||
{
|
||||
Loader::addMap('my\hello\Test', 'Test.php');
|
||||
$this->assertEquals(false, Loader::autoload('my\hello\Test'));
|
||||
Loader::addMap('my\hello\Test', __DIR__ . DS . 'loader' . DS . 'Test.php');
|
||||
}
|
||||
|
||||
public function testAddNamespace()
|
||||
|
||||
Reference in New Issue
Block a user