public function testGetBody()
 {
     $body = $this->_message->getBody();
     $this->assertInstanceOf('DomElement', $body);
     $this->assertSame('Body', $body->localName);
 }