19 lines
437 B
PHP
Executable File
19 lines
437 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
|
|
include dirname(dirname(dirname(__FILE__))) . '/class/custom.class.php';
|
|
su('admin');
|
|
|
|
/**
|
|
|
|
title=测试 customModel->getURSRList();
|
|
cid=1
|
|
pid=1
|
|
|
|
测试正常查询 >> 软件需求,用户需求,1
|
|
|
|
*/
|
|
|
|
$custom = new customTest();
|
|
|
|
r($custom->getURSRListTest()) && p('1:SRName,URName,system') && e('软件需求,用户需求,1'); //测试正常查询
|