Skip to content

Commit

Permalink
No need declare local ip anymore in tests, see #53
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Jun 22, 2014
1 parent ac15bd6 commit 3d4eb07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';

$_tests_dir = getenv( 'WP_TESTS_DIR' );
if ( ! $_tests_dir )
$_tests_dir = '/tmp/wordpress-tests-lib';
Expand Down

0 comments on commit 3d4eb07

Please sign in to comment.