Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Sep 4, 2023
1 parent 671ecaf commit a899054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/test-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
class TestCLI extends TestCase {
public function set_up() {
parent::set_up();
require_once __DIR__ . '/inc/cli/namespace.php';
require_once __DIR__ . '/inc/cli/class-migrate-command.php';
require_once dirname( __DIR__, 2 ) . '/inc/cli/namespace.php';
require_once dirname( __DIR__, 2 ) . '/inc/cli/class-migrate-command.php';
CLI\bootstrap();
}

Expand Down

0 comments on commit a899054

Please sign in to comment.