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