#!/usr/bin/env php getDocTest()) && p('id') && e('1'); // 步骤1:验证文档ID r($tutorialTest->getDocTest()) && p('title') && e('Test Doc'); // 步骤2:验证文档标题 r($tutorialTest->getDocTest()) && p('type') && e('text'); // 步骤3:验证文档类型 r($tutorialTest->getDocTest()) && p('status') && e('normal'); // 步骤4:验证文档状态 r($tutorialTest->getDocTest()) && p('lib') && e('2'); // 步骤5:验证文档库ID