mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 04:48:30 +00:00
CS adjustment
This commit is contained in:
parent
1bfc9a3e44
commit
967210fb46
@ -19,4 +19,4 @@ if (extension_loaded('mbstring')) {
|
||||
'is not supported by phpseclib.'
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -807,7 +807,8 @@ class SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
public function testCallableGetWithLength($sftp)
|
||||
{
|
||||
$sftp->put('test.txt', 'zzzzz');
|
||||
$sftp->get('test.txt', function($data) {}, 0, 1);
|
||||
$sftp->get('test.txt', function($data) {
|
||||
}, 0, 1);
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user