Changeset 29250 for trunk/tests/phpunit/tests/ms.php
- Timestamp:
- 07/19/2014 11:13:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ms.php
r29200 r29250 24 24 parent::tearDown(); 25 25 $wpdb->suppress_errors( $this->suppress ); 26 }27 28 /**29 * @ticket 2869730 */31 function test_ms_subdomain_constants() {32 global $subdomain_error;33 34 $this->assertFalse( $subdomain_error );35 ms_subdomain_constants();36 $this->assertFalse( $subdomain_error );37 26 } 38 27
Note: See TracChangeset
for help on using the changeset viewer.