Ejemplo n.º 1
0
 /**
  * @test
  */
 public function usesStreamProvidedInConstructorAsBody()
 {
     $this->assertSame($this->stream, $this->message->getBody());
 }