19 lines
280 B
PHP
Executable File
19 lines
280 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
include dirname(__FILE__, 5) . "/test/lib/init.php";
|
|
include dirname(__FILE__, 2) . '/testtask.class.php';
|
|
su('admin');
|
|
|
|
/**
|
|
|
|
title=测试 testtaskModel->close();
|
|
cid=1
|
|
pid=1
|
|
|
|
|
|
|
|
*/
|
|
|
|
$testtask = new testtaskTest();
|
|
|
|
r($testtask->closeTest()) && p() && e(); |