public function StreamWrapperTest::testRegister in AmazonS3 7.2
Test that stream registrations are blocked.
@covers \Drupal\amazons3\StreamWrapper::register @expectedException \LogicException
File
- tests/
StreamWrapperTest.php, line 301
Class
Namespace
Drupal\amazons3TestCode
public function testRegister() {
$client = S3Client::factory([
'credentials' => new Credentials('placeholder', 'placeholder'),
]);
StreamWrapper::register($client);
}