You are here

public function ViewsXMLBackendAddTest::testAddViewViewsXMLBackend in Views XML Backend 8

Tests Views XML Backend option appears in new View admin page.

File

src/Tests/ViewsXMLBackendAddTest.php, line 21
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 testAddViewViewsXMLBackend() {
  $this
    ->addXMLBackendView();
}