mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 21:52:34 +08:00
单元测试改进
This commit is contained in:
@@ -78,7 +78,7 @@ class debugTest extends \PHPUnit_Framework_TestCase
|
||||
public function testGetUseTime()
|
||||
{
|
||||
$time = \think\Debug::getUseTime();
|
||||
$this->assertLessThan(2.5, $time);
|
||||
$this->assertLessThan(3.5, $time);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user