You are here

ModifierPagesTest.php in Advanced CSS/JS Aggregation 8.2

File

advagg_mod/src/Tests/ModifierPagesTest.php
View source
<?php

namespace Drupal\advagg_mod\Tests;

use Drupal\advagg\Tests\AdminPagesTest;

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

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

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

}

Classes

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