#!/usr/bin/env php includeTableTest('bug')) && p('primaryTable;tables:bug') && e('bug,zt_bug'); // 步骤1:加载存在的bug表配置文件 r($dataviewTest->includeTableTest('product')) && p('primaryTable;tables:product') && e('product,zt_product'); // 步骤2:加载存在的product表配置文件 r($dataviewTest->includeTableTest('task')) && p('primaryTable;tables:task') && e('task,zt_task'); // 步骤3:加载存在的task表配置文件 r($dataviewTest->includeTableTest('nonexistent_table')) && p() && e('0'); // 步骤4:加载不存在的表配置文件 r($dataviewTest->includeTableTest('')) && p() && e('0'); // 步骤5:使用空字符串作为表名 r($dataviewTest->includeTableTest('bug')) && p('primaryTable') && e('bug'); // 步骤6:验证返回的schema对象主表名