function BlockLocalTasksTest::testBlockAdminDisplay
Tests the block admin display local tasks.
@dataProvider providerTestBlockAdminDisplay
File
-
core/
modules/ block/ tests/ src/ Unit/ Menu/ BlockLocalTasksTest.php, line 77
Class
- BlockLocalTasksTest
- Tests block local tasks.
Namespace
Drupal\Tests\block\Unit\MenuCode
public function testBlockAdminDisplay($route, $expected) {
$this->assertLocalTasks($route, $expected);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.