Files
EasySoft-ZenTaoPMS/module/gitlab/test/model/getpairs.php
T

22 lines
338 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/gitlab.class.php';
su('admin');
/**
title=测试gitlabModel->gitPairs();
cid=1
pid=1
获取GitLab >> 1
*/
$gitlab = new gitlabTest();
r($gitlab->getPairs()) && p() && e('1'); // 获取GitLab
system("./ztest init");