You are here

CssMinifyPagesTest.php in Advanced CSS/JS Aggregation 8.4

Same filename and directory in other branches
  1. 8.3 advagg_css_minify/tests/src/Functional/CssMinifyPagesTest.php

File

advagg_css_minify/tests/src/Functional/CssMinifyPagesTest.php
View source
<?php

namespace Drupal\Tests\advagg_css_minify\Functional;

use Drupal\Tests\advagg\Functional\AdminPagesTest;

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

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

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

}

Classes

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