public function UnroutedUrlTest::testFromInvalidUri in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/UnroutedUrlTest.php \Drupal\Tests\Core\UnroutedUrlTest::testFromInvalidUri()
Tests the fromUri() method.
@covers ::fromUri @dataProvider providerFromInvalidUri @expectedException \InvalidArgumentException
File
- core/
tests/ Drupal/ Tests/ Core/ UnroutedUrlTest.php, line 110 - Contains \Drupal\Tests\Core\UnroutedUrlTest.
Class
- UnroutedUrlTest
- @coversDefaultClass \Drupal\Core\Url @group UrlTest
Namespace
Drupal\Tests\CoreCode
public function testFromInvalidUri($uri) {
$url = Url::fromUri($uri);
}