单元测试改进

This commit is contained in:
thinkphp
2016-01-22 22:55:40 +08:00
parent ad04716fdc
commit 3135550927

View File

@@ -78,7 +78,7 @@ class debugTest extends \PHPUnit_Framework_TestCase
public function testGetUseTime() public function testGetUseTime()
{ {
$time = \think\Debug::getUseTime(); $time = \think\Debug::getUseTime();
$this->assertLessThan(2.5, $time); $this->assertLessThan(3.5, $time);
} }
/** /**