You are here

public function StreamWrapperConfigurationTest::testMissingBucket in AmazonS3 7.2

@covers Drupal\amazons3\StreamWrapperConfiguration::fromConfig @expectedException \InvalidArgumentException

File

tests/StreamWrapperConfigurationTest.php, line 38

Class

StreamWrapperConfigurationTest
@class StreamWrapperConfigurationTest @package Drupal\amazons3Test

Namespace

Drupal\amazons3Test

Code

public function testMissingBucket() {
  StreamWrapperConfiguration::fromConfig();
}