#!/usr/bin/env php isClickable(); cid=1 pid=1 正常新增 >> 11,正常新增 负责人为空测试 >> 『负责人』不能为空。 标题为空测试 >> 『标题』不能为空。 参与人员测试 >> 12 */ $object = new stdclass(); $actionList = array('linkCase', 'edit', 'delete'); $testsuite = new testsuiteTest(); r($testsuite->isClickableTest($object, $actionList[0])) && p() && e('1'); // 测试 linkCase 方法是否可以点击 r($testsuite->isClickableTest($object, $actionList[1])) && p() && e('1'); // 测试 edit 方法是否可以点击 r($testsuite->isClickableTest($object, $actionList[2])) && p() && e('1'); // 测试 delete 方法是否可以点击