public function StreamWrapperTest::testGetOptionsNoUri in AmazonS3 7.2
@expectedException \LogicException @covers \Drupal\amazons3\StreamWrapper::getOptions
File
- tests/
StreamWrapperTest.php, line 325
Class
Namespace
Drupal\amazons3TestCode
public function testGetOptionsNoUri() {
$wrapper = new StreamWrapper();
$wrapper
->getOptions();
}