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