* [task#137312,doing,0.1h,5.9h] Add product data for uitest of results function.

This commit is contained in:
yulujie
2025-02-14 10:35:07 +08:00
committed by xieqiyu
parent 2f2712efd9
commit 9d77a8bc05
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env php
<?php
/**
title=检查测试单下的分组视图
timeout=0
cid=1
*/
chdir(__DIR__);
include '../lib/results.ui.class.php';
$product = zenData('product');
$product->id->range('1-100');
$product->name->range('产品1, 产品2');
$product->type->range('normal');
$product->gen(2);