public function BlockLocalTasksTest::testBlockAdminLocalTasks in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php \Drupal\Tests\block\Unit\Menu\BlockLocalTasksTest::testBlockAdminLocalTasks()
Tests the admin edit local task.
File
- core/
modules/ block/ tests/ src/ Unit/ Menu/ BlockLocalTasksTest.php, line 70 - Contains \Drupal\Tests\block\Unit\Menu\BlockLocalTasksTest.
Class
- BlockLocalTasksTest
- Tests block local tasks.
Namespace
Drupal\Tests\block\Unit\MenuCode
public function testBlockAdminLocalTasks() {
$this
->assertLocalTasks('entity.block.edit_form', array(
array(
'entity.block.edit_form',
),
));
}