public function StreamWrapperConfigurationTest::testCloudFrontNotSetUp in AmazonS3 7.2
@covers Drupal\amazons3\StreamWrapperConfiguration @expectedException \LogicException
File
- tests/
StreamWrapperConfigurationTest.php, line 118
Class
- StreamWrapperConfigurationTest
- @class StreamWrapperConfigurationTest @package Drupal\amazons3Test
Namespace
Drupal\amazons3TestCode
public function testCloudFrontNotSetUp() {
$config = StreamWrapperConfiguration::fromConfig(array(
'bucket' => 'bucket',
'region' => 'region',
));
$config
->getCloudFront();
}