修正单元测试

This commit is contained in:
thinkphp
2016-04-23 20:44:17 +08:00
parent a880163193
commit 1f40eed301

View File

@@ -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());