Changeset 54240 for trunk/tests/phpunit/tests/pluggable.php
- Timestamp:
- 09/20/2022 02:49:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable.php
r54218 r54240 83 83 'wp_new_blog_notification', 84 84 'wp_upgrade', 85 'install_global_terms',86 85 ); 87 86 $test_files = array( … … 258 257 'wp_new_blog_notification' => array( 'blog_title', 'blog_url', 'user_id', 'password' ), 259 258 'wp_upgrade' => array(), 260 'install_global_terms' => array(),261 259 ); 262 260
Note: See TracChangeset
for help on using the changeset viewer.