function UnroutedUrlTest::testToString
Tests the toString() method.
@depends testFromUri @dataProvider providerFromUri
@covers ::toString
File
-
core/
tests/ Drupal/ Tests/ Core/ UnroutedUrlTest.php, line 170
Class
- UnroutedUrlTest
- @coversDefaultClass \Drupal\Core\Url[[api-linebreak]] @group UrlTest
Namespace
Drupal\Tests\CoreCode
public function testToString($uri) : void {
$url = Url::fromUri($uri);
$this->assertSame($uri, $url->toString());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.