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