コード例 #1
0
 /**
  * @expectedException \Widop\HttpAdapter\HttpAdapterException
  * @expectedExceptionMessage The "Widop\HttpAdapter\StreamHttpAdapter" does not support files.
  */
 public function testPutContentWithHeadersAndContentAndFiles()
 {
     parent::testPutContentWithHeadersAndContentAndFiles();
 }
コード例 #2
0
 public function testPutContentWithHeadersAndContentAndFiles()
 {
     $this->headers['Content-Length'] = 0;
     parent::testPutContentWithHeadersAndContentAndFiles();
 }