You are here

ViewsPdfDisplayTest.php in Views PDF 8

File

tests/src/Display/ViewsPdfDisplayTest.php
View source
<?php

/**
 * @file
 * Contains \Drupal\views_pdf\Tests\Display\ViewsPdfDisplayTests.
 */
namespace Drupal\views_pdf\Tests\Display;

class ViewsPdfDisplayTests extends \ViewsSqlTest {

  /**
   * {@inheritdoc}
   */
  public static function getInfo() {
    return array(
      'name' => 'Basic display test',
      'description' => 'Default display for views pdf.',
      'group' => 'Views',
    );
  }

}

Classes