You are here

public property AdminPagesTest::$routes in Advanced CSS/JS Aggregation 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/AdminPagesTest.php \Drupal\Tests\advagg\Functional\AdminPagesTest::routes

Routes to test.

Type: array

File

tests/src/Functional/AdminPagesTest.php, line 21

Class

AdminPagesTest
Tests that all the admin path(s) return valid content.

Namespace

Drupal\Tests\advagg\Functional

Code

public $routes = [
  'advagg.settings',
  'advagg.info',
  'advagg.operations',
];