Changeset 41945
- Timestamp:
- 10/19/2017 03:32:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r40873 r41945 34 34 } 35 35 36 /** 37 * Fetches the factory object for generating WordPress fixtures. 38 * 39 * @return WP_UnitTest_Factory The fixture factory. 40 */ 36 41 protected static function factory() { 37 42 static $factory = null;
Note: See TracChangeset
for help on using the changeset viewer.