function StreamWrapperManagerTest::testUriScheme
@covers ::getScheme
@dataProvider providerTestUriScheme
File
-
core/
tests/ Drupal/ KernelTests/ Core/ StreamWrapper/ StreamWrapperManagerTest.php, line 41
Class
- StreamWrapperManagerTest
- @coversDefaultClass \Drupal\Core\StreamWrapper\StreamWrapperManager[[api-linebreak]] @group File
Namespace
Drupal\KernelTests\Core\StreamWrapperCode
public function testUriScheme($uri, $expected) : void {
$this->assertSame($expected, StreamWrapperManager::getScheme($uri));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.