Example #1
0
 /**
  * Tests the combobox method.
  *
  * @return  void
  *
  * @since   3.1
  */
 public function testCombobox()
 {
     JHtmlBehavior::combobox();
     $this->assertEquals(array('JHtmlBehavior::core' => true, 'JHtmlBehavior::combobox' => true), JHtmlBehaviorInspector::getLoaded(), 'The combobox behavior is not loaded with all dependencies');
 }