- 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-blocks-controller.php
r48937 r49603 45 45 * @param WP_UnitTest_Factory $factory Helper that lets us create fake data. 46 46 */ 47 public static function wpSetUpBeforeClass( $factory ) {47 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 48 48 self::$post_id = wp_insert_post( 49 49 array(
Note: See TracChangeset
for help on using the changeset viewer.