Make WordPress Core

Changeset 41945


Ignore:
Timestamp:
10/19/2017 03:32:07 PM (6 years ago)
Author:
johnbillion
Message:

Build/Test tools: Document the return value of WP_UnitTestCase::factory().

See #41017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase.php

    r40873 r41945  
    3434    }
    3535
     36    /**
     37     * Fetches the factory object for generating WordPress fixtures.
     38     *
     39     * @return WP_UnitTest_Factory The fixture factory.
     40     */
    3641    protected static function factory() {
    3742        static $factory = null;
Note: See TracChangeset for help on using the changeset viewer.