file name standards
This commit is contained in:
parent
a17f09c1f7
commit
83aa26443a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue