Make WordPress Core


Ignore:
Timestamp:
02/19/2020 01:03:37 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Tests: Remove an irrelevant tags_input property assertion from test_get_page_template_property().

This appears to be a copy/paste from the test_get_tags_input_property() test above.

See #45121.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/post/objects.php

    r47122 r47311  
    150150
    151151        $this->assertInternalType( 'string', $post->page_template );
    152         $this->assertEmpty( $post->tags_input );
    153152        $template = get_post_meta( $post->ID, '_wp_page_template', true );
    154153        $this->assertEquals( $template, $post->page_template );
Note: See TracChangeset for help on using the changeset viewer.