Files
EasySoft-ZenTaoPMS/module/editor/test/model/newcontrol.php
T

19 lines
387 B
PHP

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/lib/editor.unittest.class.php';
su('admin');
/**
title=测试 editorModel::newControl();
cid=1
pid=1
获取todo模块的control新扩展内容 >> 1
*/
$editor = new editorTest();
r($editor->newControlTest()) && p() && e(1); //获取todo模块的control新扩展内容