function UnroutedUrlTest::testToString
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testToString()
- 8.9.x core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testToString()
- 11.x core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\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 @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.