function FormattableMarkupKernelTest::testFormattableMarkupUri
Same name in other branches
- 9 core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php \Drupal\KernelTests\Component\Render\FormattableMarkupKernelTest::testFormattableMarkupUri()
- 10 core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php \Drupal\KernelTests\Component\Render\FormattableMarkupKernelTest::testFormattableMarkupUri()
- 11.x core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php \Drupal\KernelTests\Component\Render\FormattableMarkupKernelTest::testFormattableMarkupUri()
Tests URL ":placeholders" in \Drupal\Component\Render\FormattableMarkup.
@dataProvider providerTestFormattableMarkupUri
File
-
core/
tests/ Drupal/ KernelTests/ Component/ Render/ FormattableMarkupKernelTest.php, line 54
Class
- FormattableMarkupKernelTest
- Provides a test covering integration of FormattableMarkup with other systems.
Namespace
Drupal\KernelTests\Component\RenderCode
public function testFormattableMarkupUri($string, $uri, $options, $expected) {
$args = self::getFormattableMarkupUriArgs($uri, $options);
$this->assertEquals($expected, new FormattableMarkup($string, $args));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.