Ejemplo n.º 1
0
 public function testGetContentsDetachedThrowsRuntimeException()
 {
     $this->body->detach();
     $this->setExpectedException('\\RuntimeException');
     $this->body->getContents();
 }