You are here

ModifierPagesTest.php in Advanced CSS/JS Aggregation 8.4

Same filename and directory in other branches
  1. 8.3 advagg_mod/tests/src/Functional/ModifierPagesTest.php

File

advagg_mod/tests/src/Functional/ModifierPagesTest.php
View source
<?php

namespace Drupal\Tests\advagg_mod\Functional;

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