mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-12 02:09:48 +01:00
Raised minimum PHP version to 8.1 (#19879)
This commit is contained in:
@@ -19,7 +19,7 @@ class ConnectionTest extends \yiiunit\framework\db\ConnectionTest
|
||||
|
||||
public function testConnection()
|
||||
{
|
||||
$this->assertInternalType('object', $this->getConnection(true));
|
||||
$this->assertIsObject($this->getConnection(true));
|
||||
}
|
||||
|
||||
public function testQuoteValue()
|
||||
|
||||
Reference in New Issue
Block a user