Files
EasySoft-ZenTaoPMS/module/testtask/test/model/parsecppxmlresult.php
T

19 lines
304 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->parseCppXMLResult();
cid=1
pid=1
*/
$testtask = new testtaskTest();
r($testtask->parseCppXMLResultTest()) && p() && e();