function UnroutedUrlTest::testFromUri

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testFromUri()
  2. 10 core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testFromUri()
  3. 9 core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testFromUri()
  4. 8.9.x core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testFromUri()

Tests the fromUri() method.

Attributes

#[DataProvider('providerFromUri')]

File

core/tests/Drupal/Tests/Core/UnroutedUrlTest.php, line 73

Class

UnroutedUrlTest
Tests Drupal\Core\Url.

Namespace

Drupal\Tests\Core

Code

public function testFromUri(string $uri, bool $is_external) : void {
  $url = Url::fromUri($uri);
  $this->assertInstanceOf('Drupal\\Core\\Url', $url);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.