mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
取消 CONTROLLER_LAYER MODEL_LAYER VIEW_LAYER VALIDATE_LAYER 常量 增加url_controller_layer 配置参数
This commit is contained in:
@@ -35,9 +35,6 @@ class baseTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertNotEmpty(TEMP_PATH);
|
||||
$this->assertNotEmpty(VENDOR_PATH);
|
||||
$this->assertNotEmpty(EXT);
|
||||
$this->assertNotEmpty(MODEL_LAYER);
|
||||
$this->assertNotEmpty(VIEW_LAYER);
|
||||
$this->assertNotEmpty(CONTROLLER_LAYER);
|
||||
$this->assertTrue(is_bool(APP_DEBUG));
|
||||
$this->assertNotEmpty(ENV_PREFIX);
|
||||
$this->assertTrue(is_bool(IS_API));
|
||||
|
||||
Reference in New Issue
Block a user