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
Namespace
Drupal\amazons3TestCode
public function testDirnameBucket() {
$this
->assertEquals('s3://bucket.different.com', $this->wrapper
->dirname('s3://bucket.different.com'));
}