Files
wp-strava/tests/bootstrap.php
T

11 lines
262 B
PHP
Raw Normal View History

2018-09-21 10:28:46 -05:00
<?php
2019-03-01 15:21:02 -06:00
if ( ! defined( 'WPSTRAVA_PLUGIN_DIR' ) ) {
define( 'WPSTRAVA_PLUGIN_DIR', dirname( __FILE__ ) . '/../' );
}
2018-09-21 10:28:46 -05:00
require_once dirname( __FILE__ ) . '/../lib/autoload.php';
2018-11-09 13:45:37 -06:00
require_once dirname( __FILE__ ) . '/../vendor/autoload.php';
2018-09-21 10:28:46 -05:00
2018-11-09 13:45:37 -06:00
WP_Mock::bootstrap();