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