mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-12 16:36:30 +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
|
||||
*/
|
||||
public function testChownChgrp(SFTP $sftp): void
|
||||
public function testChownChgrp(SFTP $sftp)
|
||||
{
|
||||
$stat = $sftp->stat(self::$scratchDir);
|
||||
$this->assertTrue($sftp->chown(self::$scratchDir, $stat['uid']));
|
||||
|
Loading…
Reference in New Issue
Block a user