\JHtmlSelectTest
Test class for JHtmlSelect.
Synopsis
class JHtmlSelectTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public array getGenericlistData()
- public array getRadiolistData()
- public array getOptionsData()
- public array getOptionData()
- public void testBooleanlist()
- public void testGenericlist()
- public void testGroupedlist()
- public void testIntegerlist()
- public void testOptgroup()
- public void testOption()
- public void testOptions()
- public void testRadiolist()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
315+ | Implement testBooleanlist(). |
378+ | Implement testGroupedlist(). |
393+ | Implement testIntegerlist(). |
408+ | Implement testOptgroup(). |
Methods
public
- getGenericlistData() — Generic list dataset
- getOptionData() — Options dataset
- getOptionsData() — Test...
- getRadiolistData() — Radio list dataset
- testBooleanlist() — Test...
- testGenericlist() — Test the genericlist method.
- testGroupedlist() — Test...
- testIntegerlist() — Test...
- testOptgroup() — Test...
- testOption() — Test the option method.
- testOptions() — Test the options method.
- testRadiolist() — Test the radiolist method.