mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
6 lines
193 B
PHP
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();
|