function UrlTest::testFromValidInternalUri
Tests the fromUri() method with a valid internal: URI.
@covers ::fromUri
@dataProvider providerFromValidInternalUri
File
-
core/
tests/ Drupal/ Tests/ Core/ UrlTest.php, line 715
Class
- UrlTest
- @coversDefaultClass \Drupal\Core\Url[[api-linebreak]] @group UrlTest
Namespace
Drupal\Tests\CoreCode
public function testFromValidInternalUri($path) {
$url = Url::fromUri('internal:' . $path);
$this->assertInstanceOf('Drupal\\Core\\Url', $url);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.