Exemplo n.º 1
0
 /**
  * Test...
  *
  * @covers Joomla\Language\Language::getName
  * @todo Implement testGetName().
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals('English (United Kingdom)', $this->object->getName());
     // Remove the following lines when you implement this test.
     $this->markTestIncomplete('This test has not been implemented yet.');
 }
 /**
  * Test...
  *
  * @covers  Joomla\Language\Language::getName
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testGetName()
 {
     $this->assertEquals('English (United Kingdom)', $this->object->getName());
 }