mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 04:05:15 +00:00
Tests/SFTP: previously last method was void, causing error
This commit is contained in:
parent
c160a020db
commit
e7379980b4
@ -792,7 +792,7 @@ class SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
|||||||
/**
|
/**
|
||||||
* @depends testRawlistDisabledStatCache
|
* @depends testRawlistDisabledStatCache
|
||||||
*/
|
*/
|
||||||
public function testChownChgrp(SFTP $sftp): void
|
public function testChownChgrp(SFTP $sftp)
|
||||||
{
|
{
|
||||||
$stat = $sftp->stat(self::$scratchDir);
|
$stat = $sftp->stat(self::$scratchDir);
|
||||||
$this->assertTrue($sftp->chown(self::$scratchDir, $stat['uid']));
|
$this->assertTrue($sftp->chown(self::$scratchDir, $stat['uid']));
|
||||||
|
Loading…
Reference in New Issue
Block a user