Files
EasySoft-ZenTaoPMS/module/custom/test/model/getsrpairs.php
T

19 lines
429 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/custom.class.php';
su('admin');
/**
title=测试 customModel->getSRPairs();
cid=1
pid=1
测试正常查询 >> 软件需求,研发需求,软需,故事,需求
*/
$custom = new customTest();
r($custom->getSRPairsTest()) && p('1,2,3,4,5') && e('软件需求,研发需求,软需,故事,需求'); //测试正常查询