function FileUrlGeneratorTest::testGenerateAbsoluteStringMissingStreamWrapper
Same name in other branches
- 9 core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php \Drupal\KernelTests\Core\File\FileUrlGeneratorTest::testGenerateAbsoluteStringMissingStreamWrapper()
- 11.x core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php \Drupal\KernelTests\Core\File\FileUrlGeneratorTest::testGenerateAbsoluteStringMissingStreamWrapper()
Tests missing stream handler.
@covers ::generateAbsoluteString
File
-
core/
tests/ Drupal/ KernelTests/ Core/ File/ FileUrlGeneratorTest.php, line 64
Class
- FileUrlGeneratorTest
- @coversDefaultClass \Drupal\Core\File\FileUrlGenerator
Namespace
Drupal\KernelTests\Core\FileCode
public function testGenerateAbsoluteStringMissingStreamWrapper() : void {
$this->expectException(InvalidStreamWrapperException::class);
$result = $this->fileUrlGenerator
->generateAbsoluteString("foo://bar");
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.