function FileUrlGeneratorTest::testGenerateStringMissingStreamWrapper

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php \Drupal\KernelTests\Core\File\FileUrlGeneratorTest::testGenerateStringMissingStreamWrapper()
  2. 10 core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php \Drupal\KernelTests\Core\File\FileUrlGeneratorTest::testGenerateStringMissingStreamWrapper()
  3. 9 core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php \Drupal\KernelTests\Core\File\FileUrlGeneratorTest::testGenerateStringMissingStreamWrapper()

Tests missing stream handler.

File

core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php, line 57

Class

FileUrlGeneratorTest
Tests Drupal\Core\File\FileUrlGenerator.

Namespace

Drupal\KernelTests\Core\File

Code

public function testGenerateStringMissingStreamWrapper() : void {
  $this->expectException(InvalidStreamWrapperException::class);
  $this->fileUrlGenerator
    ->generateString("foo://bar");
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.