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