You are here

ValidatorPagesTest.php in Advanced CSS/JS Aggregation 8.2

File

advagg_validator/src/Tests/ValidatorPagesTest.php
View source
<?php

namespace Drupal\advagg_validator\Tests;

use Drupal\advagg\Tests\AdminPagesTest;

/**
 * Tests that all the AdvAgg validator path(s) return valid content.
 *
 * @ingroup advagg_tests
 *
 * @group advagg
 */
class ValidatorPagesTest extends AdminPagesTest {

  /**
   * Modules to enable.
   *
   * @var array
   */
  public static $modules = [
    'advagg_validator',
  ];

  /**
   * Routes to test.
   *
   * @var array
   */
  public $routes = [];

}

Classes

Namesort descending Description
ValidatorPagesTest Tests that all the AdvAgg validator path(s) return valid content.