Files
EasySoft-ZenTaoPMS/module/testreport/test/model/getstories4test.php
T

22 lines
546 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/testreport.class.php';
su('admin');
/**
title=测试 testreportModel->getStories4Test();
cid=1
pid=1
buildIdList不为空查询 >> 0
buildIdList为空查询 >> 0
*/
$buildIdList = array('11', '');
$testreport = new testreportTest();
r($testreport->getStories4TestTest($buildIdList[0])) && p() && e('0'); //buildIdList不为空查询
r($testreport->getStories4TestTest($buildIdList[1])) && p() && e('0'); //buildIdList为空查询