- 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-search-controller.php
r49547 r49603 54 54 * @param WP_UnitTest_Factory $factory Helper that lets us create fake data. 55 55 */ 56 public static function wpSetUpBeforeClass( $factory ) {56 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 57 57 add_theme_support( 'post-formats', array( 'aside' ) ); 58 58
Note: See TracChangeset
for help on using the changeset viewer.