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