Changeset 34173
- Timestamp:
- 09/15/2015 08:08:15 AM (10 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/slashes.php
r31065 r34173 23 23 $this->slash_6 = 'String with 6 slashes \\\\\\\\\\\\'; 24 24 $this->slash_7 = 'String with 7 slashes \\\\\\\\\\\\\\'; 25 26 $_SERVER['REMOTE_ADDR'] = null;27 25 } 28 26 -
trunk/tests/phpunit/tests/multisite/site.php
r33253 r34173 16 16 parent::setUp(); 17 17 $this->suppress = $wpdb->suppress_errors(); 18 19 $_SERVER[ 'REMOTE_ADDR' ] = '';20 18 } 21 19
Note: See TracChangeset
for help on using the changeset viewer.