diff --git a/core/modules/system/tests/modules/form_test/form_test.info.yml b/core/modules/system/tests/modules/form_test/form_test.info.yml index d24cf14..dc7f709 100644 --- a/core/modules/system/tests/modules/form_test/form_test.info.yml +++ b/core/modules/system/tests/modules/form_test/form_test.info.yml @@ -3,4 +3,4 @@ description: 'Support module for Form API tests.' package: Testing version: VERSION core: 8.x -#hidden: true +hidden: true diff --git a/core/modules/system/tests/modules/form_test/form_test.module b/core/modules/system/tests/modules/form_test/form_test.module index 47b5df9..c7a85a3 100644 --- a/core/modules/system/tests/modules/form_test/form_test.module +++ b/core/modules/system/tests/modules/form_test/form_test.module @@ -30,7 +30,7 @@ function form_test_menu() { ); $items['form-test/system-config-form'] = array( 'title' => 'Form object builder test', - 'route' => 'form_test.route5', + 'page callback' => 'NOT_USED', 'type' => MENU_CALLBACK, ); $items['form-test/validate-required'] = array(