Methods
1 to 11 of 11
- Tests_issue_2::dummy_post() –
- Tests_issue_2::setUp() – set up logic
- Tests_issue_2::test_bw_custom_column() – Tests that bw_custom_column finds the values created in dummy_post
- Tests_issue_2::test_bw_custom_column_admin() – For this test to work we have to fiddle with the current_filter() That’s all a bit daft, but we’ll do it anyway.
- Tests_issue_2::test_bw_custom_column_admin_field_for_post_type() – Here we should produce some output – displaying the field value for "field" for the selected post ID
- Tests_issue_2::test_bw_custom_column_admin_field_not_for_post_type() – bw_custom_column_admin is an action hook which should be invoked by an action with generic name "manage_${post_type}_posts_custom_column"
- Tests_issue_2::test_bw_custom_column_post_meta() – Tests that bw_custom_column_post_meta finds the values created in dummy_post
- Tests_issue_2::test_bw_determine_post_type_from_hook() –
- Tests_issue_2::test_bw_field_registered_for_object_type() –
- Tests_issue_2::test_bw_query_field_type() –
- Tests_issue_2::test_bw_register_field_for_object_type() –