Same filename and directory in other branches
  1. 6.0.x advagg_css_minify/tests/src/Functional/CssMinifyPagesTest.php 1 commentaire
  2. 8.x-2.x advagg_css_minify/src/Tests/CssMinifyPagesTest.php 1 commentaire
  3. 8.x-3.x advagg_css_minify/tests/src/Functional/CssMinifyPagesTest.php 1 commentaire
  4. 8.x-4.x advagg_css_minify/tests/src/Functional/CssMinifyPagesTest.php 1 commentaire

Namespace

Drupal\Tests\advagg_css_minify\Functional

Fichier

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

Titre Deprecated Résumé
CssMinifyPagesTest Tests that all the AdvAgg CSS Minifier path(s) return valid content.