Raised minimum PHP version to 8.1 (#19879)

This commit is contained in:
Wilmer Arambula
2023-07-10 09:48:32 -04:00
committed by GitHub
parent b9e5a87f54
commit 2e37b5c87d
226 changed files with 2292 additions and 2053 deletions

View File

@@ -13,11 +13,12 @@ namespace yiiunit\framework\web\session\pgsql;
* @author Dmytro Naumenko <d.naumenko.a@gmail.com>
*
* @group db
* @group db-session
* @group 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.');