mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 13:38: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;
|
self::$con = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (self::$con === null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
FtpStorage::with(self::$con);
|
FtpStorage::with(self::$con);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user