diff --git a/src/class-tainacan.php b/src/tainacan.php similarity index 100% rename from src/class-tainacan.php rename to src/tainacan.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 4f1575766..63d591a57 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -16,7 +16,7 @@ require_once $_tests_dir . '/includes/functions.php'; * Manually load the plugin being tested. */ function _manually_load_plugin() { - require dirname( dirname( __FILE__ ) ) . '/src/class-tainacan.php'; + require dirname( dirname( __FILE__ ) ) . '/src/tainacan.php'; } tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); // Start up the WP testing environment.