Changeset 57987 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 04/12/2024 05:45:23 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r56549 r57987 845 845 * @param string $option The option name. 846 846 * @param string $original_value The original value passed to the function. 847 * @return string The or ginal value.847 * @return string The original value. 848 848 */ 849 849 public function filter_allow_unavailable_languages( $value, $option, $original_value ) { … … 2150 2150 * Tests whether all expected meta are provided in deprecated `wpmu_new_blog` action. 2151 2151 * 2152 * @dataProvider data_wpmu_new_blog_action_backward_com mpatible2152 * @dataProvider data_wpmu_new_blog_action_backward_compatible 2153 2153 * 2154 2154 * @ticket 46351 … … 2215 2215 } 2216 2216 2217 public function data_wpmu_new_blog_action_backward_com mpatible() {2217 public function data_wpmu_new_blog_action_backward_compatible() { 2218 2218 return array( 2219 2219 'default values' => array(
Note: See TracChangeset
for help on using the changeset viewer.