Skip to content

Commit 77d5965

Browse files
committed
💚 Fix CI failure due to missing function stubs
1 parent 3dcfa5a commit 77d5965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/PHPUnit/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
define('TESTS_ROOT_DIR', dirname(__DIR__));
55
define('ROOT_DIR', dirname(TESTS_ROOT_DIR));
66

7+
require_once TESTS_ROOT_DIR . '/inc/wp_functions.php';
78
require_once ROOT_DIR . '/vendor/autoload.php';
89
require_once TESTS_ROOT_DIR . '/stubs/WC_Payment_Gateway.php';
910
require_once TESTS_ROOT_DIR . '/stubs/WC_Payment_Gateway_CC.php';

0 commit comments

Comments
 (0)