Ejemplo n.º 1
0
 public function testComputeKeyThrowsAnExceptionWhenTheSpecifiedPathIsNotValid()
 {
     $adapter = new AmazonS3($this->service, 'foobucket');
     $this->setExpectedException('InvalidArgumentException');
     $adapter->computeKey('barbucket/foobar');
 }