取消模式扩展

This commit is contained in:
thinkphp
2016-06-20 13:59:31 +08:00
parent eca38db038
commit e028ac593b
6 changed files with 112 additions and 269 deletions

View File

@@ -35,7 +35,6 @@ class baseTest extends \PHPUnit_Framework_TestCase
$this->assertNotEmpty(EXT);
$this->assertNotEmpty(ENV_PREFIX);
$this->assertTrue(is_bool(IS_API));
$this->assertNotEmpty(APP_MODE);
$this->assertTrue(!is_null(IS_WIN));
$this->assertTrue(!is_null(IS_CLI));
}