You are here

public function ViewsXMLBackendAddTest::testAddStandardViewsXMLBackend in Views XML Backend 8

Tests Views XML Backend View can set Query Settings for XML source and set existing/new XML fields.

File

src/Tests/ViewsXMLBackendAddTest.php, line 36
Contains \Drupal\views_xml_backend\Tests\ViewsXMLBackendAddTest.

Class

ViewsXMLBackendAddTest
Tests basic functions from the Views XML Backend module.

Namespace

Drupal\views_xml_backend\Tests

Code

public function testAddStandardViewsXMLBackend() {
  $this
    ->addStandardXMLBackendView();
}