1
0
Fork 0
mirror of synced 2025-04-01 21:06:15 +03:00

update bootstrap

This commit is contained in:
Akolzin Dmitry 2020-02-25 14:49:47 +03:00
parent 147ebb02ab
commit 7d0c1ac904

View file

@ -24,7 +24,7 @@ tests_add_filter('muplugins_loaded', '_manually_load_plugin');
require '/tmp/woocommerce/tests/bootstrap.php';
$plugin_dir = dirname(dirname(dirname(__FILE__))) . '/';
$plugin_dir = dirname(dirname(__FILE__)) . '/';
// helpers
require $plugin_dir . 'tests/helpers/class-wc-retailcrm-response-helper.php';
require $plugin_dir . 'tests/helpers/class-wc-retailcrm-test-case-helper.php';