You are here

JsMinifyPagesTest.php in Advanced CSS/JS Aggregation 8.4

Same filename and directory in other branches
  1. 8.3 advagg_js_minify/tests/src/Functional/JsMinifyPagesTest.php

File

advagg_js_minify/tests/src/Functional/JsMinifyPagesTest.php
View source
<?php

namespace Drupal\Tests\advagg_js_minify\Functional;

use Drupal\Tests\advagg\Functional\AdminPagesTest;

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

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

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

}

Classes

Namesort descending Description
JsMinifyPagesTest Tests that all the AdvAgg JS Minifier path(s) return valid content.