Files
wp-strava/tests/bootstrap.php
T
2018-09-21 10:28:46 -05:00

6 lines
193 B
PHP

<?php
if ( ! defined( 'WPSTRAVA_PLUGIN_DIR' ) ) define( 'WPSTRAVA_PLUGIN_DIR', dirname( __FILE__ ) . '/../' );
require_once dirname( __FILE__ ) . '/../lib/autoload.php';
WP_Mock::bootstrap();