mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
单元测试改进
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user