Example #1
0
 /**
  * @covers Config::getMVCKeyword
  * @todo Implement testGetMVCKeyword().
  */
 public function testGetMVCKeyword()
 {
     // Remove the following lines when you implement this test.
     $auth = $this->object->getMVCKeyword();
     $this->assertEquals('md', $auth['module']);
     $this->assertEquals('cl', $auth['controller']);
     $this->assertEquals('at', $auth['action']);
 }