Posted by alexpott on December 11, 2012 at 11:27pm
1 follower
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | user.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | alexpott |
| Status: | needs review |
Issue Summary
The default global theme setting for toggle_node_user_picture and toggle_comment_user_picture is TRUE so the test will always work. Even if you move theme settings out of variables and into CMI :)
Comments
#1
Patch attached just removes the
variable_set()'s to show that they have no effect on the outcome on the test.#2
Patch attached fixes the tests so that we are actually testing the ability to enable / disable user pictures on nodes and comments.
#3
Bah... mistake in the comment for the new test that completely turns off user pictures..