mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正单元测试
This commit is contained in:
@@ -59,9 +59,9 @@ class appTest extends \PHPUnit_Framework_TestCase
|
||||
$ns->setAccessible(true);
|
||||
$this->assertEquals(true, in_array('/path/', $ns->getValue()));
|
||||
|
||||
$this->assertEquals(true, function_exists('L'));
|
||||
$this->assertEquals(true, function_exists('C'));
|
||||
$this->assertEquals(true, function_exists('I'));
|
||||
$this->assertEquals(true, function_exists('lang'));
|
||||
$this->assertEquals(true, function_exists('config'));
|
||||
$this->assertEquals(true, function_exists('input'));
|
||||
|
||||
$this->assertEquals(Config::get('default_timezone'), date_default_timezone_get());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user