From 3135550927313ab98f202cfade7dd8e175c50772 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 22 Jan 2016 22:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=E6=94=B9?= =?UTF-8?q?=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/debugTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/debugTest.php b/tests/thinkphp/library/think/debugTest.php index 7a792d8f..5b5f250e 100644 --- a/tests/thinkphp/library/think/debugTest.php +++ b/tests/thinkphp/library/think/debugTest.php @@ -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); } /**