You are here

public function AggregatorLocalTasksTest::getAggregatorAdminRoutes in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php \Drupal\Tests\aggregator\Unit\Menu\AggregatorLocalTasksTest::getAggregatorAdminRoutes()

Provides a list of routes to test.

File

core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php, line 36

Class

AggregatorLocalTasksTest
Tests existence of aggregator local tasks.

Namespace

Drupal\Tests\aggregator\Unit\Menu

Code

public function getAggregatorAdminRoutes() {
  return [
    [
      'aggregator.admin_overview',
    ],
    [
      'aggregator.admin_settings',
    ],
  ];
}