function LinkUriTest::testRouted
Tests LinkUri::transform().
@dataProvider providerTestRouted
@covers ::transform
Parameters
string $value: The value to pass to LinkUri::transform().
string $expected: The expected return value of LinkUri::transform().
File
-
core/
modules/ menu_link_content/ tests/ src/ Kernel/ Plugin/ migrate/ process/ LinkUriTest.php, line 52
Class
Namespace
Drupal\Tests\menu_link_content\Kernel\Plugin\migrate\processCode
public function testRouted($value, $expected) : void {
$actual = $this->doTransform($value);
$this->assertSame($expected, $actual);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.