* [refac] Split xxx.unittest.class.php into model.class.php, tao.class.php and zen.class.php.
This commit is contained in:
@@ -17,13 +17,13 @@ cid=16671
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/lib/gitlab.unittest.class.php';
|
||||
include dirname(__FILE__, 2) . '/lib/model.class.php';
|
||||
|
||||
zenData('product')->gen(20);
|
||||
zenData('story')->gen(5);
|
||||
su('admin');
|
||||
|
||||
$gitlab = new gitlabTest();
|
||||
$gitlab = new gitlabModelTest();
|
||||
|
||||
$issue = new stdclass();
|
||||
$issue->object = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user