+[task#127642,doing,2h,1.5h] add ui test file of edit projectrelease.

This commit is contained in:
lihuifang
2024-09-03 09:09:21 +08:00
committed by 曹延义
parent 98dbccf096
commit 0d92e37937
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env php
<?php
/**
title=编辑项目发布
timeout=0
cid=73
*/
chdir(__DIR__);
include '../lib/editprojectrelease.ui.class.php';
zendata('release')->loadYaml('projectrelease', false, 1)->gen(1);
$tester = new editProjectReleaseTester();
$tester->login();