Changeset 48121 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 06/22/2020 05:24:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r47932 r48121 2462 2462 public function data_wpmu_new_blog_action_backward_commpatible() { 2463 2463 return array( 2464 'default values' 2464 'default values' => array( 2465 2465 array(), 2466 2466 array( … … 2469 2469 ), 2470 2470 ), 2471 'public site' 2471 'public site' => array( 2472 2472 array( 2473 2473 'public' => 1, … … 2478 2478 ), 2479 2479 ), 2480 'all whitelisted'=> array(2480 'allowed_keys' => array( 2481 2481 array( 2482 2482 'public' => -1, … … 2498 2498 ), 2499 2499 ), 2500 'extra meta key' 2500 'extra meta key' => array( 2501 2501 array( 2502 2502 'foo' => 'bar',
Note: See TracChangeset
for help on using the changeset viewer.