示例#1
0
 /**
  * @covers mychaelstyle\storage\providers\AmazonS3::remove
  * @covers mychaelstyle\storage\providers\AmazonS3::__mergePutOptions
  * @covers mychaelstyle\storage\providers\AmazonS3::__formatUri
  * @depends testPut
  */
 public function testRemove()
 {
     if ($this->markIncompleteIfNoNetwork()) {
         return true;
     }
     // remove
     $this->object->remove($this->uri);
 }