#!/usr/bin/env php loadYaml('execution', false, 2)->gen(10); $tester = new suspendExecutionTester(); $tester->login(); r($tester->suspend('101')) && p('status,message') && e('SUCCESS,挂起执行成功'); //挂起未开始的执行 r($tester->suspend('103')) && p('status,message') && e('SUCCESS,挂起执行成功'); //挂起进行中的执行 $tester->closeBrowser();