You are here

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

Routes to test.

Type: array

File

src/Tests/AdminPagesTest.php, line 21

Class

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

Namespace

Drupal\advagg\Tests

Code

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