#!/usr/bin/env php getDocLibsTest()) && p('2:id,name,type,vision,addedBy') && e('2,Test Doc Lib,custom,rnd,admin'); // 测试获取文档库列表的基本信息 r($tutorialTest->getDocLibsTest()) && p('2:parent,product,project,execution') && e('1,0,0,0'); // 测试文档库2的详细属性 r($tutorialTest->getDocLibsTest()) && p('2:acl,main,deleted') && e('open,0,0'); // 测试文档库2的权限和状态属性 r($tutorialTest->getDocLibsTest()) && p('2:order,allCount') && e('0,2'); // 测试文档库2的排序和统计属性 r($tutorialTest->getDocLibsTest()) && p('2:baseUrl,collector') && e('~~,~~'); // 测试文档库2的其他空属性