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