You are here

public function UnroutedUrlAssemblerTest::testAssembleWithLeadingSlash in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php \Drupal\Tests\Core\Utility\UnroutedUrlAssemblerTest::testAssembleWithLeadingSlash()

@covers ::assemble @expectedException \InvalidArgumentException

File

core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php, line 74
Contains \Drupal\Tests\Core\Utility\UnroutedUrlAssemblerTest.

Class

UnroutedUrlAssemblerTest
@coversDefaultClass \Drupal\Core\Utility\UnroutedUrlAssembler @group Utility

Namespace

Drupal\Tests\Core\Utility

Code

public function testAssembleWithLeadingSlash() {
  $this->unroutedUrlAssembler
    ->assemble('/drupal.org');
}