Skip to content

Commit

Permalink
Update location to wordpress-tests-lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
azizur committed Apr 21, 2016
1 parent ad57c99 commit b63f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$_tests_dir = getenv('WP_TESTS_DIR');
if ( !$_tests_dir ) $_tests_dir = '/temp/wp/wordpress-tests-lib';
if ( !$_tests_dir ) $_tests_dir = '/temp/wordpress-tests-lib';
require_once $_tests_dir . '/includes/functions.php';
function _manually_load_plugin() {
require dirname( __FILE__ ) . '/../arabic-ligature.php';
Expand Down

0 comments on commit b63f7ce

Please sign in to comment.