START_TIME START_MEM 更改为 THINK_START_TIME THINK_START_MEM

This commit is contained in:
thinkphp
2016-07-01 14:03:32 +08:00
parent afa2bd8bbe
commit 2d85cf4a7f
8 changed files with 16 additions and 16 deletions

View File

@@ -16,8 +16,8 @@ class baseTest extends \PHPUnit_Framework_TestCase
{
public function testConstants()
{
$this->assertNotEmpty(START_TIME);
$this->assertNotEmpty(START_MEM);
$this->assertNotEmpty(THINK_START_TIME);
$this->assertNotEmpty(THINK_START_MEM);
$this->assertNotEmpty(THINK_VERSION);
$this->assertNotEmpty(DS);
$this->assertNotEmpty(THINK_PATH);