Changeset 37870 for trunk/tests/phpunit/tests/multisite/network.php
- Timestamp:
- 06/26/2016 01:22:36 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/multisite/network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/network.php
r37300 r37870 89 89 90 90 /** 91 * @ticket 37050 92 */ 93 function test_wp_network_object_id_property_is_int() { 94 $id = self::factory()->network->create(); 95 96 $network = WP_Network::get_instance( $id ); 97 98 $this->assertSame( (int) $id, $network->id ); 99 } 100 101 /** 91 102 * @ticket 22917 92 103 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)