You are here

public function UpdateLocalTasksTest::testUpdateThemeLocalTasks in Drupal 8

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

Checks update theme tasks.

@dataProvider getUpdateThemeRoutes

File

core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php, line 66

Class

UpdateLocalTasksTest
Tests existence of update local tasks.

Namespace

Drupal\Tests\update\Unit\Menu

Code

public function testUpdateThemeLocalTasks($route) {
  $this
    ->assertLocalTasks($route, [
    0 => [
      'update.theme_update',
    ],
  ]);
}