Changeset 47013 for trunk/tests/phpunit/tests/multisite/wpGetSites.php
- Timestamp:
- 12/25/2019 09:39:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/wpGetSites.php
r47012 r47013 14 14 self::$site_ids = array( 15 15 'w.org/' => array( 16 'domain' => 'w.org',17 'path' => '/',18 ' site_id' => 2,16 'domain' => 'w.org', 17 'path' => '/', 18 'network_id' => 2, 19 19 ), 20 20 'wp.org/' => array( 21 'domain' => 'wp.org',22 'path' => '/',23 ' site_id' => 2,24 ' meta' => array( 'public' => 0 ),21 'domain' => 'wp.org', 22 'path' => '/', 23 'network_id' => 2, 24 'public' => 0, 25 25 ), 26 26 'wp.org/foo/' => array( 27 'domain' => 'wp.org',28 'path' => '/foo/',29 ' site_id' => 1,30 ' meta' => array( 'public' => 0 ),27 'domain' => 'wp.org', 28 'path' => '/foo/', 29 'network_id' => 1, 30 'public' => 0, 31 31 ), 32 32 'wp.org/oof/' => array(
Note: See TracChangeset
for help on using the changeset viewer.