アイキャッチ画像テスト : WordPress

Pocket

アイキャッチ画像テストのメモです。

$post          = $this->factory->post->create_and_get();
$attachment_id = $this->factory->attachment->create_object(
    'image-' . $post->ID . '.jpg',
    $post->ID
);
// Set eye catch.
update_post_meta( $post->ID, '_thumbnail_id', $attachment_id );
$actual = InfoTown_Attachments_Utils::get_the_eyecatch_id( $post->ID );
$this->assertEquals( $attachment_id, $actual );

コメント

No comments yet.

コメントの投稿

改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。