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