function UnroutedUrlAssemblerTest::testAssembleWithNeitherExternalNorDomainLocalUri
@covers ::assemble
      
    
File
- 
              core/tests/ Drupal/ Tests/ Core/ Utility/ UnroutedUrlAssemblerTest.php, line 62 
Class
- UnroutedUrlAssemblerTest
- @coversDefaultClass \Drupal\Core\Utility\UnroutedUrlAssembler[[api-linebreak]] @group Utility
Namespace
Drupal\Tests\Core\UtilityCode
public function testAssembleWithNeitherExternalNorDomainLocalUri() : void {
  $this->expectException(\InvalidArgumentException::class);
  $this->unroutedUrlAssembler
    ->assemble('wrong-url');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
