- Timestamp:
- 02/13/2023 07:35:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpCommentsPersonalDataExporter.php
r55321 r55322 8 8 */ 9 9 class Tests_Comment_wpCommentsPersonalDataExporter extends WP_UnitTestCase { 10 11 protected static $post_id; 12 13 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 14 self::$post_id = $factory->post->create(); 15 } 10 16 11 17 /**
Note: See TracChangeset
for help on using the changeset viewer.