function DrupalTest::testMenuTree
Tests the menuTree() method.
@covers ::menuTree
      
    
File
- 
              core/tests/ Drupal/ Tests/ Core/ DrupalTest.php, line 411 
Class
- DrupalTest
- Tests the Drupal class.
Namespace
Drupal\Tests\CoreCode
public function testMenuTree() {
  $this->setMockContainerService('menu.link_tree');
  $this->assertNotNull(\Drupal::menuTree());
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
