You are here

public function UrlTest::testFromInvalidUserInput in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/UrlTest.php \Drupal\Tests\Core\UrlTest::testFromInvalidUserInput()

Tests the fromUserInput method with invalid paths.

@covers ::fromUserInput @expectedException \InvalidArgumentException @dataProvider providerFromInvalidInternalUri

File

core/tests/Drupal/Tests/Core/UrlTest.php, line 221
Contains \Drupal\Tests\Core\UrlTest.

Class

UrlTest
@coversDefaultClass \Drupal\Core\Url @group UrlTest

Namespace

Drupal\Tests\Core

Code

public function testFromInvalidUserInput($path) {
  $url = Url::fromUserInput($path);
}