Skip to content

Commit 6507ba2

Browse files
committed
Undo some changes
1 parent 3a5cdd1 commit 6507ba2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tests/Test_Arguments.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
use cli\Arguments;
34
use WP_CLI\Tests\TestCase;
45

56
/**

tests/Test_Shell.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
use cli\Shell;
34
use WP_CLI\Tests\TestCase;
45

56
/**

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function cli_autoload( $className ) {
1616
return;
1717
}
1818

19-
require dirname( dirname( __FILE__ ) ) . '/lib/' . $fileName;
19+
require dirname( __DIR__ ) . '/lib/' . $fileName;
2020
}
2121

2222
spl_autoload_register( 'cli_autoload' );

0 commit comments

Comments
 (0)