Skip to content

Commit 5d90dfb

Browse files
committed
Update PHPUnit bootstrap to load correct plugin file
1 parent 8f46a67 commit 5d90dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
require_once $_tests_dir . '/includes/functions.php';
2525

2626
function _manually_load_plugin() {
27-
require dirname( __DIR__ ) . '/where-did-they-go-from-here.php';
27+
require dirname( __DIR__ ) . '/glue-link.php';
2828
}
2929
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
3030

0 commit comments

Comments
 (0)