Ejemplo n.º 1
0
 /**
  * Tests the JApplicationSite::getParams method.
  *
  * @return  void
  *
  * @since   3.2
  */
 public function testGetParams()
 {
     JFactory::$application = $this->class;
     $this->class->loadLanguage();
     $params = $this->class->getParams('com_content');
     $this->assertEquals($params->get('show_item_navigation'), '1', 'com_content show_item_navigation defaults to 1');
 }