改进单元测试

This commit is contained in:
thinkphp
2016-04-13 16:20:55 +08:00
parent da90d38b9a
commit 10cee95027

View File

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