Changeset 50449 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 02/27/2021 04:54:52 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r49603 r50449 12 12 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 13 13 self::$post_id = $factory->post->create(); 14 }15 16 function setUp() {17 parent::setUp();18 14 } 19 15
Note: See TracChangeset
for help on using the changeset viewer.