[task#137888, 0.5h] add zendata for uitest function.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
title=套件列表测试
|
||||
timeout=0
|
||||
cid=72
|
||||
*/
|
||||
chdir(__DIR__);
|
||||
include '../lib/browse.ui.class.php';
|
||||
|
||||
$product = zenData('product');
|
||||
$product->id->range('1');
|
||||
$product->program->range('0');
|
||||
$product->name->range('产品1');
|
||||
$product->shadow->range('0');
|
||||
$product->bind->range('0');
|
||||
$product->acl->range('open');
|
||||
$product->createdBy->range('admin');
|
||||
$product->vision->range('rnd');
|
||||
Reference in New Issue
Block a user