[task#137888, 0.5h] add zendata for uitest function.

This commit is contained in:
lijie
2025-02-21 09:21:34 +08:00
committed by 李阳
parent 2b11dc9740
commit 18cc736189
@@ -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');