Files
EasySoft-ZenTaoPMS/module/common/test/model/printcreatelist.php
T
2025-09-15 15:06:13 +08:00

29 lines
898 B
PHP
Executable File

#!/usr/bin/env php
<?php
/**
title=测试 commonModel::printCreateList();
timeout=0
cid=0
- 执行commonTest模块的printCreateListTest方法,参数是1 @1
- 执行commonTest模块的printCreateListTest方法,参数是2 @1
- 执行commonTest模块的printCreateListTest方法,参数是3 @1
- 执行commonTest模块的printCreateListTest方法,参数是4 @1
- 执行commonTest模块的printCreateListTest方法,参数是5 @1
*/
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/lib/common.unittest.class.php';
su('admin');
$commonTest = new commonTest();
r($commonTest->printCreateListTest(1)) && p() && e('1');
r($commonTest->printCreateListTest(2)) && p() && e('1');
r($commonTest->printCreateListTest(3)) && p() && e('1');
r($commonTest->printCreateListTest(4)) && p() && e('1');
r($commonTest->printCreateListTest(5)) && p() && e('1');