コード例 #1
0
ファイル: AppendStreamTest.php プロジェクト: 453111208/bbc
 /**
  * @expectedException \GuzzleHttp\Stream\Exception\CannotAttachException
  */
 public function testCannotAttach()
 {
     $p = new AppendStream();
     $p->attach('a');
 }