We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ce56b commit da65c2aCopy full SHA for da65c2a
tests/bootstrap.php
@@ -23,7 +23,7 @@
23
* Manually load the plugin being tested.
24
*/
25
function _manually_load_plugin() {
26
- require dirname( dirname( __FILE__ ) ) . '/src/ableplayer.php';
+ require dirname( __DIR__, 1 ) . '/src/ableplayer.php';
27
}
28
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
29
0 commit comments