#!/usr/bin/env php getColumnTest())) && p() && e('object'); // 步骤1:验证返回值类型 r($tutorialTest->getColumnTest()) && p('id') && e('1'); // 步骤2:验证id属性 r($tutorialTest->getColumnTest()) && p('type') && e('backlog'); // 步骤3:验证type属性 r($tutorialTest->getColumnTest()) && p('name') && e('Backlog'); // 步骤4:验证name属性 r($tutorialTest->getColumnTest()) && p('limit') && e('-1'); // 步骤5:验证limit属性