Files
EasySoft-ZenTaoPMS/module/bug/test/model/getdataofclosedbugsperday.php
T

20 lines
447 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/bug.class.php';
su('admin');
zdTable('bug')->config('closeddate')->gen(10);
/**
title=bugModel->getDataOfClosedBugsPerDay();
timeout=0
cid=1
- 获取每天关闭 bug 的数据第0条的value属性 @10
*/
$bug = new bugTest();
r($bug->getDataOfClosedBugsPerDayTest()) && p('0:value') && e('10'); // 获取每天关闭 bug 的数据