You are here

public function UpdateLocalTasksTest::getUpdateReportRoutes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest::getUpdateReportRoutes()

Provides a list of report routes to test.

File

core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php, line 38
Contains \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest.

Class

UpdateLocalTasksTest
Tests existence of update local tasks.

Namespace

Drupal\Tests\update\Unit\Menu

Code

public function getUpdateReportRoutes() {
  return array(
    array(
      'update.status',
    ),
    array(
      'update.settings',
    ),
    array(
      'update.report_update',
    ),
  );
}