#!/usr/bin/env php 'zdoo' . time(), 'customDomain' => randomString(), 'appType' => 'GitLab', 'name' => 'GitLab' . time(), 'url' => getenv('GITLAB_URL'), 'token' => getenv('GITLAB_TOKEN') ); $url = array('id' => 55); r($tester->createApplication($url, $application)) && p('message,status') && e('创建应用成功,SUCCESS'); //验证创建GitLab应用 $application = array( 'customName' => 'zdoo' . time(), 'customDomain' => randomString(), 'appType' => 'GitFox', 'name' => 'GitFox' . time(), 'url' => getenv('GITFOX_URL'), 'token' => getenv('GITFOX_TOKEN') ); r($tester->createApplication($url, $application)) && p('message,status') && e('创建应用成功,SUCCESS'); //验证创建GitFox应用