You are here

public function SystemLocalTasksTest::testSystemAdminLocalTasks in Zircon Profile 8

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

Tests local task existence.

@dataProvider getSystemAdminRoutes

File

core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php, line 59
Contains \Drupal\Tests\system\Unit\Menu\SystemLocalTasksTest.

Class

SystemLocalTasksTest
Tests existence of system local tasks.

Namespace

Drupal\Tests\system\Unit\Menu

Code

public function testSystemAdminLocalTasks($route, $expected) {
  $this
    ->assertLocalTasks($route, $expected);
}