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