예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->httpAdapter = new CurlHttpAdapter();
 }
예제 #2
0
 /**
  * @expectedException \Widop\HttpAdapter\HttpAdapterException
  * @expectedExceptionMessage The "Widop\HttpAdapter\StreamHttpAdapter" does not support files.
  */
 public function testPutContentWithHeadersAndContentAndFiles()
 {
     parent::testPutContentWithHeadersAndContentAndFiles();
 }
예제 #3
0
 public function testPutContentWithHeadersAndContentAndFiles()
 {
     $this->headers['Content-Length'] = 0;
     parent::testPutContentWithHeadersAndContentAndFiles();
 }