* Add testtask.

This commit is contained in:
孙广明
2022-04-09 15:58:16 +08:00
parent f18d965783
commit 9d8df16da8
46 changed files with 1047 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/testtask.class.php';
su('admin');
/**
title=测试 testtaskModel->linkCase();
cid=1
pid=1
*/
$testtask = new testtaskTest();
r($testtask->linkCaseTest()) && p() && e();