Files
wp-strava/tests/bootstrap.php
T

8 lines
256 B
PHP
Raw Normal View History

2018-09-21 10:28:46 -05:00
<?php
if ( ! defined( 'WPSTRAVA_PLUGIN_DIR' ) ) define( 'WPSTRAVA_PLUGIN_DIR', dirname( __FILE__ ) . '/../' );
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();