diff --git a/tests/bootstrap.php b/tests/bootstrap.php index fb8c52a..c9412bd 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -5,7 +5,7 @@ * @author Pronamic * @copyright 2005-2023 Pronamic * @license GPL-3.0-or-later - * @package Pronamic\WordPress\Pay\Core + * @package Pronamic\WordPress\Pay\Gateways\Mollie */ /** @@ -30,6 +30,7 @@ */ $pronamic_pay_plugin = \Pronamic\WordPress\Pay\Plugin::instance( array( + 'file' => __DIR__ . '/../pronamic-pay-mollie.php', 'action_scheduler' => __DIR__ . '/../vendor/woocommerce/action-scheduler/action-scheduler.php', ) );