Skip to content

Commit da65c2a

Browse files
committed
Fix PHPCS in tests
1 parent 47ce56b commit da65c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Manually load the plugin being tested.
2424
*/
2525
function _manually_load_plugin() {
26-
require dirname( dirname( __FILE__ ) ) . '/src/ableplayer.php';
26+
require dirname( __DIR__, 1 ) . '/src/ableplayer.php';
2727
}
2828
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
2929

0 commit comments

Comments
 (0)