Skip to content

Commit

Permalink
Undo some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed May 22, 2024
1 parent 3a5cdd1 commit 6507ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/Test_Arguments.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

use cli\Arguments;
use WP_CLI\Tests\TestCase;

/**
Expand Down
1 change: 1 addition & 0 deletions tests/Test_Shell.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

use cli\Shell;
use WP_CLI\Tests\TestCase;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function cli_autoload( $className ) {
return;
}

require dirname( dirname( __FILE__ ) ) . '/lib/' . $fileName;
require dirname( __DIR__ ) . '/lib/' . $fileName;
}

spl_autoload_register( 'cli_autoload' );

0 comments on commit 6507ba2

Please sign in to comment.