You are here

public function DisplayPathTest::testPathUI in Drupal 8

Same name and namespace in other branches
  1. 9 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 45

Class

DisplayPathTest
Tests the UI of generic display path plugin.

Namespace

Drupal\Tests\views_ui\Functional

Code

public function testPathUI() {
  $this
    ->doBasicPathUITest();
  $this
    ->doAdvancedPathsValidationTest();
  $this
    ->doPathXssFilterTest();
}