function MenuTreeStorageTest::testBasicMethods
Tests the tree storage when no tree was built yet.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Menu/ MenuTreeStorageTest.php, line 50
Class
- MenuTreeStorageTest
- Tests the menu tree storage.
Namespace
Drupal\KernelTests\Core\MenuCode
public function testBasicMethods() : void {
$this->doTestEmptyStorage();
$this->doTestTable();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.