Ticket #41936: 41936-test.diff
| File 41936-test.diff, 561 bytes (added by , 9 years ago) |
|---|
-
tests/phpunit/tests/multisite/getMainSiteId.php
105 105 public function filter_get_main_site_id() { 106 106 return 333; 107 107 } 108 109 public function test_sunrise_set_blog_id(){ 110 global $current_site; 111 112 $my_site_id = 99999; 113 $current_site->blog_id = $my_site_id; 114 $this->assertSame( $my_site_id, get_main_site_id() ); 115 116 } 108 117 } 109 118 110 119 endif;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)