You are here

public function StreamWrapperTest::testGetOptionsNoUri in AmazonS3 7.2

@expectedException \LogicException @covers \Drupal\amazons3\StreamWrapper::getOptions

File

tests/StreamWrapperTest.php, line 325

Class

StreamWrapperTest
Tests \Drupal\amazons3\StreamWrapper.

Namespace

Drupal\amazons3Test

Code

public function testGetOptionsNoUri() {
  $wrapper = new StreamWrapper();
  $wrapper
    ->getOptions();
}