mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-02 05:02:40 +08:00
10 lines
280 B
PHP
10 lines
280 B
PHP
<?php
|
|
declare( strict_types = 1 );
|
|
|
|
define( 'TESTS_ROOT_DIR', dirname( __DIR__ ) );
|
|
define( 'ROOT_DIR', dirname( TESTS_ROOT_DIR ) );
|
|
|
|
require_once TESTS_ROOT_DIR . '/inc/wp_functions.php';
|
|
require_once ROOT_DIR . '/vendor/autoload.php';
|
|
|
|
Hamcrest\Util::registerGlobalFunctions();
|