public function testGetDefaultConfigXML()
 {
     $result = $this->bbb->getDefaultConfigXML();
     $this->assertNotNull($result->getRawXml());
 }