Themes: Add a test to ensure get_template_part() does not return a value.
get_template_part()
This function must not be modified to return anything due to existing themes which output the return value, for example via echo get_template_part( ... ).
echo get_template_part( ... )
See #40969