* [uitest] remove ui lib to ui dir.
This commit is contained in:
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
|
||||
{
|
||||
/**
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user