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