public function UpdateLocalTasksTest::testUpdateModuleLocalTasks in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest::testUpdateModuleLocalTasks()
Checks update module tasks.
@dataProvider getUpdateModuleRoutes
File
- core/
modules/ update/ tests/ src/ Unit/ Menu/ UpdateLocalTasksTest.php, line 51 - Contains \Drupal\Tests\update\Unit\Menu\UpdateLocalTasksTest.
Class
- UpdateLocalTasksTest
- Tests existence of update local tasks.
Namespace
Drupal\Tests\update\Unit\MenuCode
public function testUpdateModuleLocalTasks($route) {
$this
->assertLocalTasks($route, array(
0 => array(
'update.module_update',
),
));
}