mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
单元测试修正
This commit is contained in:
@@ -57,7 +57,7 @@ class appTest extends \PHPUnit_Framework_TestCase
|
||||
$ns = $rc->getProperty('prefixDirsPsr4');
|
||||
$ns->setAccessible(true);
|
||||
$namespace = $ns->getValue();
|
||||
$this->assertEquals([TEST_PATH], $namespace['tests\\']);
|
||||
$this->assertEquals([realpath(TEST_PATH)], $namespace['tests\\']);
|
||||
|
||||
$this->assertEquals(true, function_exists('lang'));
|
||||
$this->assertEquals(true, function_exists('config'));
|
||||
|
||||
Reference in New Issue
Block a user