#!/usr/bin/env php getDocLibTest()) && p('id,name,type') && e('2,Test Doc Lib,custom'); // 步骤1:正常调用getDocLib方法 r($tutorialTest->getDocLibTest()) && p('id') && e('2'); // 步骤2:验证文档库ID属性 r($tutorialTest->getDocLibTest()) && p('name') && e('Test Doc Lib'); // 步骤3:验证文档库名称属性 r($tutorialTest->getDocLibTest()) && p('type') && e('custom'); // 步骤4:验证文档库类型属性 r($tutorialTest->getDocLibTest()) && p('addedBy') && e('admin'); // 步骤5:验证文档库创建者属性