コード例 #1
0
ファイル: MessageTest.php プロジェクト: rickymathew/TYPO3.CMS
 /**
  * @test
  */
 public function usesStreamProvidedInConstructorAsBody()
 {
     $this->assertSame($this->stream, $this->message->getBody());
 }