本文整理汇总了PHP中testcase::html_table_of_custom_field_values方法的典型用法代码示例。如果您正苦于以下问题:PHP testcase::html_table_of_custom_field_values方法的具体用法?PHP testcase::html_table_of_custom_field_values怎么用?PHP testcase::html_table_of_custom_field_values使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类testcase
的用法示例。
在下文中一共展示了testcase::html_table_of_custom_field_values方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: dBug
echo "</pre>";
$linked_cfields_at_execution = $tcase_mgr->get_linked_cfields_at_execution($tcase_id);
new dBug($linked_cfields_at_execution);
echo "<pre> testcase - html_table_of_custom_field_inputs(\$id,\$parent_id=null,\$scope='design',\$name_suffix='')";
echo "</pre>";
echo "<pre> html_table_of_custom_field_inputs({$tcase_id})";
echo "</pre>";
$table_of_custom_field_inputs = $tcase_mgr->html_table_of_custom_field_inputs($tcase_id);
echo "<pre>";
echo $table_of_custom_field_inputs;
echo "</pre>";
echo "<pre> testcase - html_table_of_custom_field_values(\$id,\$scope='design',<br>\n \$show_on_execution=null,<br>\n \$execution_id=null,\$testplan_id=null) ";
echo "</pre>";
echo "<pre> testcase - html_table_of_custom_field_values({$tcase_id})";
echo "</pre>";
$table_of_custom_field_values = $tcase_mgr->html_table_of_custom_field_values($tcase_id);
echo "<pre><xmp>";
echo $table_of_custom_field_values;
echo "</xmp></pre>";
/*
function testcase(&$db)
function get_by_name($name)
function get_all()
function show(&$smarty,$id, $user_id, $version_id=TC_ALL_VERSIONS, $action='',
function update($id,$tcversion_id,$name,$summary,$steps,
function check_link_and_exec_status($id)
function delete($id,$version_id = TC_ALL_VERSIONS)
function get_linked_versions($id,$exec_status="ALL",$active_status='ALL')
function _blind_delete($id,$version_id=TC_ALL_VERSIONS,$children=null)
function _execution_delete($id,$version_id=TC_ALL_VERSIONS,$children=null)
function get_testproject($id)