Make WordPress Core


Ignore:
Timestamp:
10/17/2015 06:02:16 PM (10 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/formatting/SanitizePost.php

    r35225 r35242  
    1010     */
    1111    function test_int_fields() {
    12         $post = self::$factory->post->create_and_get();
     12        $post = self::factory()->post->create_and_get();
    1313        $int_fields = array(
    1414            'ID'            => 'integer',
Note: See TracChangeset for help on using the changeset viewer.