#!/usr/bin/env php buildLinkForBugTest('create')) && p() && e('/zentaopms/bug-create-0-0-projectID=%s.html'); // 步骤1:测试create方法 r($projectTest->buildLinkForBugTest('edit')) && p() && e('/zentaopms/project-bug-projectID=%s.html'); // 步骤2:测试edit方法 r($projectTest->buildLinkForBugTest('')) && p() && e('0'); // 步骤3:测试空字符串 r($projectTest->buildLinkForBugTest('browse')) && p() && e('0'); // 步骤4:测试未定义的方法browse r($projectTest->buildLinkForBugTest('view')) && p() && e('0'); // 步骤5:测试未定义的方法view