Files
EasySoft-ZenTaoPMS/module/story/test/model/getestimateinfo.php
T
2023-10-12 16:22:10 +08:00

21 lines
340 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
su('admin');
zdTable('storyestimate')->gen(10);
/**
title=测试 storyModel->getEstimateInfo();
cid=1
pid=1
*/
global $tester;
$tester->loadModel('story');
$storyInfo = $tester->story->getEstimateInfo(2);
r($storyInfo) && p('round,average') && e('1,1.5');