File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33/**
44 * @group oembed
55 */
6- class Tests_Filter_oEmbed_Result extends WP_UnitTestCase {
6+ class Tests_oEmbed_FilterResult extends WP_UnitTestCase {
77 public function test_filter_oembed_result_trusted_malicious_iframe () {
88 $ html = '<p></p><iframe onload="alert(1)"></iframe> ' ;
99
Original file line number Diff line number Diff line change 33/**
44 * @group oembed
55 */
6- class Tests_Filter_oEmbed_Iframe_Title_Attribute extends WP_UnitTestCase {
6+ class Tests_oEmbed_FilterTitleAttributes extends WP_UnitTestCase {
77 public function data_filter_oembed_iframe_title_attribute () {
88 return array (
99 array (
Original file line number Diff line number Diff line change 44 * @group oembed
55 * @covers ::get_oembed_response_data
66 */
7- class Tests_oEmbed_Response_Data extends WP_UnitTestCase {
7+ class Tests_oEmbed_GetResponseData extends WP_UnitTestCase {
88 public function set_up () {
99 parent ::set_up ();
1010
Original file line number Diff line number Diff line change 33/**
44 * @group oembed
55 */
6- class Tests_Post_Embed_URL extends WP_UnitTestCase {
6+ class Tests_oEmbed_PostEmbedURL extends WP_UnitTestCase {
77 public function test_non_existent_post () {
88 $ embed_url = get_post_embed_url ( 0 );
99 $ this ->assertFalse ( $ embed_url );
Original file line number Diff line number Diff line change 33/**
44 * @group post
55 */
6- class Tests_Post_wpGetPostAutosave extends WP_UnitTestCase {
6+ class Tests_Post_wpGetAutoSave extends WP_UnitTestCase {
77
88 /**
99 * Admin user ID.
Original file line number Diff line number Diff line change 33/**
44 * @group post
55 */
6- class Tests_Post_WP_Post_Type extends WP_UnitTestCase {
6+ class Tests_Post_WpPostType extends WP_UnitTestCase {
77 public function test_instances () {
88 global $ wp_post_types ;
99
Original file line number Diff line number Diff line change 55 * @group taxonomy
66 * @group meta
77 */
8- class Test_Lazy_Load_Term_Meta extends WP_UnitTestCase {
8+ class Tests_LazyLoadTermMeta extends WP_UnitTestCase {
99 /**
1010 * @var array
1111 */
You can’t perform that action at this time.
0 commit comments