#!/usr/bin/env php __constructTest('normal')) && p('result') && e('normal'); // 步骤1:验证构造函数正常执行 r($dataview->__constructTest('parentConstructor')) && p('result') && e('1'); // 步骤2:验证父类model正确初始化 r($dataview->__constructTest('biModel')) && p('result') && e('1'); // 步骤3:验证bi模块正确加载 r($dataview->__constructTest('dao')) && p('result') && e('1'); // 步骤4:验证dao数据库连接正常 r($dataview->__constructTest('modelInstance')) && p('result') && e('1'); // 步骤5:验证模型实例类型正确