file name standards

This commit is contained in:
weryques 2017-11-22 09:36:24 -02:00
parent a17f09c1f7
commit 83aa26443a
2 changed files with 1 additions and 1 deletions

View File

@ -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.