You are here

public function StreamWrapperTest::testDirnameBucket in AmazonS3 7.2

Test that we can fetch the dirname from a different bucket.

@covers \Drupal\amazons3\StreamWrapper::dirname

File

tests/StreamWrapperTest.php, line 264

Class

StreamWrapperTest
Tests \Drupal\amazons3\StreamWrapper.

Namespace

Drupal\amazons3Test

Code

public function testDirnameBucket() {
  $this
    ->assertEquals('s3://bucket.different.com', $this->wrapper
    ->dirname('s3://bucket.different.com'));
}