Make WordPress Core

Changeset 47163


Ignore:
Timestamp:
02/02/2020 04:07:50 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Adjust XML-RPC unit tests for [47160].

Follow-up to [47162].

See #40096.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/xmlrpc/mw/getPost.php

    r47162 r47163  
    104104
    105105        $this->assertInternalType( 'int', $result['wp_post_thumbnail'] );
    106         $this->assertStringMatchesFormat( '%d', $result['wp_post_thumbnail'] );
    107106        $this->assertEquals( $attachment_id, $result['wp_post_thumbnail'] );
    108107
Note: See TracChangeset for help on using the changeset viewer.