예제 #1
0
 /**
  * @expectedException \GuzzleHttp\Stream\Exception\CannotAttachException
  */
 public function testCannotAttach()
 {
     $b = new PostBody();
     $b->attach('foo');
 }