Changeset 25397 for trunk/tests/phpunit/tests/option/blogOption.php
- Timestamp:
- 09/12/2013 07:16:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/blogOption.php
r25002 r25397 6 6 */ 7 7 class Tests_Option_BlogOption extends WP_UnitTestCase { 8 function setUp() { 9 parent::setUp(); 10 11 $_SERVER['REMOTE_ADDR'] = null; 12 } 13 8 14 function test_from_same_site() { 9 15 $key = rand_str(); … … 82 88 global $current_site, $base; 83 89 90 $title = 'Fooblog'; 84 91 $domain = 'blogoptiontest'; 85 92
Note: See TracChangeset
for help on using the changeset viewer.