Skip to content

Commit

Permalink
Revert seemingly insignificant part.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Mar 9, 2024
1 parent e019677 commit 13a489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpseclibV3/SftpAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function it_can_proactively_close_a_connection(): void

private static function connectionProvider(): StubSftpConnectionProvider
{
if ( ! static::$connectionProvider instanceof StubSftpConnectionProvider) {
if ( ! static::$connectionProvider instanceof ConnectionProvider) {
static::$connectionProvider = new StubSftpConnectionProvider('localhost', 'foo', 'pass', 2222);
}

Expand Down

0 comments on commit 13a489c

Please sign in to comment.