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

Namespace

Drupal\Tests\advagg_mod\Functional

Fichier

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

Titre Deprecated Résumé
ModifierPagesTest Tests that all the AdvAgg Modifier path(s) return valid content.