diff --git a/yoast-test-helper.php b/yoast-test-helper.php index f23fb2e..fda4435 100644 --- a/yoast-test-helper.php +++ b/yoast-test-helper.php @@ -33,6 +33,8 @@ * along with this program. If not, see . */ +use Yoast\WP\Test_Helper\Plugin; + define( 'YOAST_TEST_HELPER_FILE', __FILE__ ); define( 'YOAST_TEST_HELPER_DIR', dirname( YOAST_TEST_HELPER_FILE ) ); define( 'YOAST_TEST_HELPER_VERSION', '1.18-RC6' ); @@ -41,5 +43,5 @@ require __DIR__ . '/vendor/autoload.php'; } -$yoast_test_helper = new Yoast\WP\Test_Helper\Plugin(); +$yoast_test_helper = new Plugin(); $yoast_test_helper->add_hooks();