Example #1
0
 /**
  * @covers Config::getDefaultLanguage
  * @todo Implement testGetDefaultLanguage().
  */
 public function testGetDefaultLanguage()
 {
     // Remove the following lines when you implement this test.
     $x = $this->object->getDefaultLanguage();
     $this->assertEquals('zh-TW', $x);
 }