mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace yiiunit\framework\web\session\pgsql;
|
||||
*/
|
||||
class DbSessionTest extends \yiiunit\framework\web\session\AbstractDbSessionTest
|
||||
{
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
if (defined('HHVM_VERSION')) {
|
||||
$this->markTestSkipped('HHVMs PgSQL implementation does not seem to support blob columns in the way they are used here.');
|
||||
|
||||
Reference in New Issue
Block a user