Make WordPress Core


Ignore:
Timestamp:
10/17/2015 06:02:16 PM (8 years ago)
Author:
wonderboymusic
Message:

Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.

Props nerrad, wonderboymusic.
See #30017, #33968.

File:
1 edited

Legend:

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

    r35225 r35242  
    101101        // create attachment
    102102        $filename = ( DIR_TESTDATA.'/images/a2-small.jpg' );
    103         $attachment_id = self::$factory->attachment->create_upload_object( $filename, $this->post_id );
     103        $attachment_id = self::factory()->attachment->create_upload_object( $filename, $this->post_id );
    104104        set_post_thumbnail( $this->post_id, $attachment_id );
    105105
Note: See TracChangeset for help on using the changeset viewer.