function ActionLocalTasksTest::testActionLocalTasks
Same name in other branches
- 9 core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php \Drupal\Tests\action\Unit\Menu\ActionLocalTasksTest::testActionLocalTasks()
- 8.9.x core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php \Drupal\Tests\action\Unit\Menu\ActionLocalTasksTest::testActionLocalTasks()
- 11.x core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php \Drupal\Tests\action\Unit\Menu\ActionLocalTasksTest::testActionLocalTasks()
Tests local task existence.
File
-
core/
modules/ action/ tests/ src/ Unit/ Menu/ ActionLocalTasksTest.php, line 28
Class
- ActionLocalTasksTest
- Tests action local tasks.
Namespace
Drupal\Tests\action\Unit\MenuCode
public function testActionLocalTasks() : void {
$this->assertLocalTasks('entity.action.collection', [
[
'action.admin',
],
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.