You are here

ValidatorPagesTest.php in Advanced CSS/JS Aggregation 8.3

Same filename and directory in other branches
  1. 8.4 advagg_validator/tests/src/Functional/ValidatorPagesTest.php

File

advagg_validator/tests/src/Functional/ValidatorPagesTest.php
View source
<?php

namespace Drupal\Tests\advagg_validator\Functional;

use Drupal\Tests\advagg\Functional\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.