public function DisplayPathTest::testPathUI in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views_ui/tests/src/Functional/DisplayPathTest.php \Drupal\Tests\views_ui\Functional\DisplayPathTest::testPathUI()
Runs the tests.
File
- core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php, line 40
Class
- DisplayPathTest
- Tests the UI of generic display path plugin.
Namespace
Drupal\Tests\views_ui\FunctionalCode
public function testPathUI() {
$this
->doBasicPathUITest();
$this
->doAdvancedPathsValidationTest();
$this
->doPathXssFilterTest();
}