diff -u b/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php b/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php --- b/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php +++ b/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @@ -76,6 +76,11 @@ 'entity_type' => 'node', 'operation' => 'delete', )), + array('user_user_form', array( + 'bundle' => 'user', + 'entity_type' => 'user', + 'operation' => 'default', + )), array('user_form', array( 'bundle' => '', 'entity_type' => 'user',