Changeset 48937 for trunk/tests/phpunit/tests/multisite/wpGetSites.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/wpGetSites.php
r47013 r48937 73 73 $missing_keys = array_diff_key( array_flip( $keys ), $sites[0] ); 74 74 75 $this->assert Equals( array(), $missing_keys, 'Keys are missing from site arrays.' );75 $this->assertSame( array(), $missing_keys, 'Keys are missing from site arrays.' ); 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.