Changeset 49603 for trunk/tests/phpunit/tests/blocks/register.php
- Timestamp:
- 11/15/2020 01:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r49224 r49603 30 30 * @since 5.0.0 31 31 */ 32 public static function wpSetUpBeforeClass( $factory ) {32 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 33 33 self::$post_id = $factory->post->create( 34 34 array(
Note: See TracChangeset
for help on using the changeset viewer.