Added unit test README

This commit is contained in:
Justin Foell
2018-11-09 13:45:37 -06:00
parent 438f849fad
commit 660308aa6b
4 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
if ( ! defined( 'WPSTRAVA_PLUGIN_DIR' ) ) define( 'WPSTRAVA_PLUGIN_DIR', dirname( __FILE__ ) . '/../' );
require_once dirname( __FILE__ ) . '/../lib/autoload.php';
require_once dirname( __FILE__ ) . '/../vendor/autoload.php';
WP_Mock::bootstrap();
WP_Mock::bootstrap();