mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 09:28:37 +08:00
Raise version min PHP 7.3.
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