We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5cdd1 commit 6507ba2Copy full SHA for 6507ba2
tests/Test_Arguments.php
@@ -1,5 +1,6 @@
1
<?php
2
3
+use cli\Arguments;
4
use WP_CLI\Tests\TestCase;
5
6
/**
tests/Test_Shell.php
+use cli\Shell;
tests/bootstrap.php
@@ -16,7 +16,7 @@ function cli_autoload( $className ) {
16
return;
17
}
18
19
- require dirname( dirname( __FILE__ ) ) . '/lib/' . $fileName;
+ require dirname( __DIR__ ) . '/lib/' . $fileName;
20
21
22
spl_autoload_register( 'cli_autoload' );
0 commit comments