Source file not available: tests/test-issue-2.php plugin: filename: /home/customer/www/oik-plugins.com/public_html/wp-content/plugins/oik/tests/test-issue-2.php
No API information available for: Tests_issue_2::dummy_post
Called by
1 to 5 of 5
- 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
