Files
wp-strava/tests/bootstrap.php
T

6 lines
193 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';
WP_Mock::bootstrap();