修正单元测试

This commit is contained in:
thinkphp
2016-02-22 09:38:47 +08:00
parent 71747579b9
commit bcd1375aa8
2 changed files with 0 additions and 4 deletions

View File

@@ -25,13 +25,11 @@ class baseTest extends \PHPUnit_Framework_TestCase
$this->assertNotEmpty(EXTEND_PATH);
$this->assertNotEmpty(MODE_PATH);
$this->assertNotEmpty(CORE_PATH);
$this->assertNotEmpty(ORG_PATH);
$this->assertNotEmpty(TRAIT_PATH);
$this->assertNotEmpty(APP_PATH);
$this->assertNotEmpty(APP_NAMESPACE);
$this->assertNotEmpty(COMMON_MODULE);
$this->assertNotEmpty(RUNTIME_PATH);
$this->assertNotEmpty(DATA_PATH);
$this->assertNotEmpty(LOG_PATH);
$this->assertNotEmpty(CACHE_PATH);
$this->assertNotEmpty(TEMP_PATH);