17 lines
347 B
PHP
Executable File
17 lines
347 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
include dirname(__FILE__, 5) . "/test/lib/init.php"; su('admin');
|
|
include dirname(__FILE__, 2) . '/bug.class.php';
|
|
|
|
/**
|
|
|
|
title=bugModel->getDataOfClosedBugsPerDay();
|
|
cid=1
|
|
pid=1
|
|
|
|
获取关闭bug的数据 >> 0
|
|
|
|
*/
|
|
|
|
$bug=new bugTest();
|
|
r($bug->getDataOfClosedBugsPerDayTest()) && p() && e('0'); // 获取关闭bug的数据
|