mirror of
https://github.com/e107inc/e107.git
synced 2025-04-11 08:06:49 +02:00
Updated form test to match optDisabled addition.
This commit is contained in:
parent
43cde547ad
commit
d7ca79a0ef
@ -351,7 +351,7 @@
|
||||
*/
|
||||
public function testSelect()
|
||||
{
|
||||
$options = array('disabled'=>array('opt_2'));
|
||||
$options = array('optDisabled'=>array('opt_2'));
|
||||
$selected = 'opt_3';
|
||||
$opt_array = array('opt_1'=>"Option 1", 'opt_2'=>"Option 2", 'opt_3'=>"Option 3");
|
||||
$actual = $this->_frm->select('name', $opt_array, $selected, $options);
|
||||
|
Loading…
x
Reference in New Issue
Block a user