+[task#129039,doing,4h,3.5h] Add ui test file of create project group
.
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/**
|
||||
|
||||
title=创建项目权限分组
|
||||
timeout=0
|
||||
cid=1
|
||||
|
||||
- 创建项目分组提示信息检查测试结果 @项目创建分组提示信息正确
|
||||
- 创建项目分组成功测试结果 @项目分组创建成功
|
||||
|
||||
*/
|
||||
|
||||
chdir(__DIR__);
|
||||
include '../lib/group.ui.class.php';
|
||||
|
||||
zendata('project')->loadYaml('project', false, 1)->gen(1);
|
||||
$tester = new groupTester();
|
||||
Reference in New Issue
Block a user