#!/usr/bin/env php getLaneGroupTest())) && p() && e('3'); // 步骤1:验证返回结果包含3个泳道组 r($tutorialTest->getLaneGroupTest()[1][0]['type'] == 'story') && p() && e('1'); // 步骤2:验证story类型泳道组 r($tutorialTest->getLaneGroupTest()[2][0]['type'] == 'task') && p() && e('1'); // 步骤3:验证task类型泳道组 r($tutorialTest->getLaneGroupTest()[3][0]['type'] == 'bug') && p() && e('1'); // 步骤4:验证bug类型泳道组 r($tutorialTest->getLaneGroupTest()[1][0]['execution'] == 3 && $tutorialTest->getLaneGroupTest()[1][0]['region'] == 1) && p() && e('1'); // 步骤5:验证execution和region属性