- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r49215 r49603 27 27 protected $posts_clauses; 28 28 29 public static function wpSetUpBeforeClass( $factory ) {29 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 30 30 self::$post_id = $factory->post->create(); 31 31
Note: See TracChangeset
for help on using the changeset viewer.