Skip to content

Commit de72a6b

Browse files
committed
Fix typo on phpunit tests
1 parent 0d416f2 commit de72a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
function _manually_load_plugin() {
3333
$_plugin_dir = dirname( __FILE__ ) . '/../../';
3434

35-
require_once $_plugins_dir . '../woocommerce/woocommerce.php';
35+
require_once $_plugin_dir . '../woocommerce/woocommerce.php';
3636

3737
require_once $_plugin_dir . 'woocommerce-gateway-amazon-payments-advanced.php';
3838
require_once $_plugin_dir . 'includes/class-wc-gateway-amazon-payments-advanced-abstract.php';

0 commit comments

Comments
 (0)