|
|
@ -82,7 +82,7 @@ class LoadTest extends PHPUnit_Framework_TestCase |
|
|
|
public function testAutoloadGetFilePath() |
|
|
|
{ |
|
|
|
$autoload = require(self::$file); |
|
|
|
$this->assertNotEmpty($autoload['Registry']); |
|
|
|
$this->assertNotEmpty(Load::getFilePath('Registry')); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
@ -92,7 +92,7 @@ class LoadTest extends PHPUnit_Framework_TestCase |
|
|
|
public function testAutoloadGetFilePathNullIndex() |
|
|
|
{ |
|
|
|
$autoload = require(self::$file); |
|
|
|
$this->assertNotEmpty($autoload['anton']); |
|
|
|
$this->assertNotEmpty(Load::getFilePath('anton')); |
|
|
|
} |
|
|
|
|
|
|
|
public static function tearDownAfterClass() |
|
|
|