function UnroutedUrlAssemblerTest::testAssembleWithLocalUri
@covers ::assemble
      
    
@covers ::buildLocalUrl
      
    
@dataProvider providerTestAssembleWithLocalUri
File
- 
              core/tests/ Drupal/ Tests/ Core/ Utility/ UnroutedUrlAssemblerTest.php, line 116 
Class
- UnroutedUrlAssemblerTest
- @coversDefaultClass \Drupal\Core\Utility\UnroutedUrlAssembler[[api-linebreak]] @group Utility
Namespace
Drupal\Tests\Core\UtilityCode
public function testAssembleWithLocalUri($uri, array $options, $subdir, $expected) : void {
  $this->setupRequestStack($subdir);
  $this->assertEquals($expected, $this->unroutedUrlAssembler
    ->assemble($uri, $options));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
