コード例 #1
0
ファイル: RequestBodyTest.php プロジェクト: psedge/beerpong
 public function testGetContentsDetachedThrowsRuntimeException()
 {
     $this->body->detach();
     $this->setExpectedException('\\RuntimeException');
     $this->body->getContents();
 }