Issue #1986000 by Berdir: HEAD BROKEN: Warning when adding content with an empty menu path.

8.0.x
Alex Pott 2014-02-13 14:05:52 +00:00
parent bfd1f636ad
commit 21fca46efe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class MenuNodeTest extends WebTestBase {
*
* @var array
*/
public static $modules = array('menu', 'test_page_test');
public static $modules = array('menu', 'test_page_test', 'node');
public static function getInfo() {
return array(