mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
fix test setup bug
This commit is contained in:
parent
4b03cd91f5
commit
45f64a09aa
|
|
@ -61,6 +61,10 @@ final class FtpStorageTest extends \PHPUnit\Framework\TestCase
|
|||
self::$con = null;
|
||||
}
|
||||
|
||||
if (self::$con === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
FtpStorage::with(self::$con);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user