15 lines
345 B
PHP
15 lines
345 B
PHP
<?php
|
|
include dirname(__FILE__, 5) . '/test/lib/ui.php';
|
|
class testcaseTester extends tester
|
|
{
|
|
/**
|
|
* 检查Tab标签下的数据。
|
|
* Check the data of Tab tag.
|
|
*
|
|
* @param string $tab allTab|waitingTab|storyChangedTab|storyNoCaseTab
|
|
* @param string $expectNum
|
|
* @access public
|
|
* @return object
|
|
*/
|
|
}
|