* [uitest] add link html.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
include '../test/result.php';
|
||||
$links = array();
|
||||
foreach($link as $module => $group)
|
||||
{
|
||||
foreach($group as $name => $url)
|
||||
{
|
||||
$method = explode('_', $name)[0];
|
||||
$links[$module][$method][$name] = $url;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user