You are here

CdnPagesTest.php in Advanced CSS/JS Aggregation 8.2

File

advagg_cdn/src/Tests/CdnPagesTest.php
View source
<?php

namespace Drupal\advagg_cdn\Tests;

use Drupal\advagg\Tests\AdminPagesTest;

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

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

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

}

Classes

Namesort descending Description
CdnPagesTest Tests that all the AdvAgg CDN path(s) return valid content.