* [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 createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createStakeholderTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class createProgramTester extends tester
{
/**
@@ -1,5 +1,5 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
include dirname(__FILE__, 6) . '/test/lib/ui.php';
class unlinkStakeholderTester extends tester
{
/**
+1 -1
View File
@@ -14,7 +14,7 @@ cid=0
*/
chdir(__DIR__);
include '../lib/activateprogram.ui.class.php';
include '../lib/ui/activateprogram.ui.class.php';
$program = zenData('project');
$program->id->range('1-2');
+1 -1
View File
@@ -14,7 +14,7 @@ cid=0
*/
chdir(__DIR__);
include '../lib/closeprogram.ui.class.php';
include '../lib/ui/closeprogram.ui.class.php';
$program = zenData('project');
$program->id->range('1-2');
+1 -1
View File
@@ -24,7 +24,7 @@ timeout=0
*/
chdir(__DIR__);
include '../lib/createprogram.ui.class.php';
include '../lib/ui/createprogram.ui.class.php';
zendata('project')->loadYaml('program', false, 2)->gen(10);
$tester = new createProgramTester();
+1 -1
View File
@@ -26,7 +26,7 @@ cid=1
*/
chdir(__DIR__);
include '../lib/createstakeholder.ui.class.php';
include '../lib/ui/createstakeholder.ui.class.php';
global $config;
$stakeholder = zenData('stakeholder');
+1 -1
View File
@@ -14,7 +14,7 @@ cid=0
*/
chdir(__DIR__);
include '../lib/deleteprogram.ui.class.php';
include '../lib/ui/deleteprogram.ui.class.php';
$program = zenData('project');
$program->id->range('1-2');
+1 -1
View File
@@ -12,7 +12,7 @@ timeout=0
*/
chdir(__DIR__);
include '../lib/editprogram.ui.class.php';
include '../lib/ui/editprogram.ui.class.php';
$program = zenData('project');
$program->id->range('1-2');
+1 -1
View File
@@ -10,7 +10,7 @@ timeout=0
- 最终测试状态 @SUCCESS
*/
chdir(__DIR__);
include '../lib/productview.ui.class.php';
include '../lib/ui/productview.ui.class.php';
$tester = new createProgramTester();
$tester->login();
+1 -1
View File
@@ -10,7 +10,7 @@ timeout=0
- 最终测试状态 @SUCCESS
*/
chdir(__DIR__);
include '../lib/projectview.ui.class.php';
include '../lib/ui/projectview.ui.class.php';
zendata('project')->loadYaml('program', false, 2)->gen(10);
$tester = new createProgramTester();
+1 -1
View File
@@ -13,7 +13,7 @@ cid=0
*/
chdir(__DIR__);
include '../lib/startprogram.ui.class.php';
include '../lib/ui/startprogram.ui.class.php';
$program = zenData('project');
$program->id->range('1-2');
+1 -1
View File
@@ -16,7 +16,7 @@ cid=73
*/
chdir(__DIR__);
include '../lib/unlinkstakeholder.ui.class.php';
include '../lib/ui/unlinkstakeholder.ui.class.php';
global $config;
$stakeholder = zenData('stakeholder');