*[task#129851,doing,0.1h] Add ui test files of create an api doc
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/**
|
||||
|
||||
title=创建文档测试
|
||||
timeout=0
|
||||
cid=0
|
||||
|
||||
*/
|
||||
chdir(__DIR__);
|
||||
include '../lib/createapi.ui.class.php';
|
||||
|
||||
$tester = new createDocTester();
|
||||
$tester->login();
|
||||
|
||||
$apiDoc = new stdClass();
|
||||
$apiDoc->docA = 'apiDocA';
|
||||
|
||||
Reference in New Issue
Block a user