Changeset 42724 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 02/21/2018 04:24:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r42343 r42724 86 86 // Allow tests to override wp_die 87 87 tests_add_filter( 'wp_die_handler', '_wp_die_handler_filter' ); 88 // Use the Spy REST Server instead of default 89 tests_add_filter( 'wp_rest_server_class', '_wp_rest_server_class_filter' ); 88 90 89 91 // Preset WordPress options defined in bootstrap file.
Note: See TracChangeset
for help on using the changeset viewer.