function UnroutedUrlTest::testGetOptions

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

Tests the getOptions() method.

Attributes

#[DataProvider('providerFromUri')] #[Depends('testFromUri')]

File

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

Class

UnroutedUrlTest
Tests Drupal\Core\Url.

Namespace

Drupal\Tests\Core

Code

public function testGetOptions(string $uri, bool $is_external) : void {
  $url = Url::fromUri($uri);
  $this->assertIsArray($url->getOptions());
}

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