* [uitest] remove ui lib to ui dir.

This commit is contained in:
liyang
2025-09-17 09:06:48 +08:00
parent 6d6212c8da
commit 2eefb65a16
517 changed files with 532 additions and 532 deletions
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createStageTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createSubStageTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class editStageTester extends tester
{
/**
+1 -1
View File
@@ -23,7 +23,7 @@ cid=1
*/
chdir(__DIR__);
include '../lib/createstage.ui.class.php';
include '../lib/ui/createstage.ui.class.php';
$stage = zendata('stage');
$stage->id->range('1-12');
@@ -22,7 +22,7 @@ cid=2
- 创建需求子阶段最终测试状态 @SUCCESS
*/
chdir(__DIR__);
include '../lib/createsubstage.ui.class.php';
include '../lib/ui/createsubstage.ui.class.php';
zendata('project')->loadYaml('execution', false, 1)->gen(10);
zendata('projectspec')->gen(0);
+1 -1
View File
@@ -20,7 +20,7 @@ cid=3
*/
chdir(__DIR__);
include '../lib/editstage.ui.class.php';
include '../lib/ui/editstage.ui.class.php';
zendata('project')->loadYaml('execution', false, 2)->gen(10);
zendata('projectspec')->gen(0);