+ add the first test case for zentaopms.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<select name='productID' id='productID' tabindex=2 onchange="switchProduct($('#productID').val(), 'bug', 'browse', '');">
|
||||
<optgroup label=' '>
|
||||
<option value='1' selected='selected'>test</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* 测试setMenu.
|
||||
*/
|
||||
<<<TC
|
||||
title: testing the setMenu() method.
|
||||
TC;
|
||||
|
||||
include '../../../test/init.php';
|
||||
include '../model.php';
|
||||
$app->user = new stdclass();
|
||||
Reference in New Issue
Block a user