function ConfigLocalTasksTest::testConfigAdminLocalTasks
Tests config local tasks existence.
@dataProvider getConfigAdminRoutes
File
- 
              core/
modules/ config/ tests/ src/ Unit/ Menu/ ConfigLocalTasksTest.php, line 29  
Class
- ConfigLocalTasksTest
 - Tests existence of config local tasks.
 
Namespace
Drupal\Tests\config\Unit\MenuCode
public function testConfigAdminLocalTasks($route, $expected) : void {
  $this->assertLocalTasks($route, $expected);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.