mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -22,7 +22,7 @@ class LinkSorterTest extends DatabaseTestCase
|
||||
{
|
||||
protected $driverName = 'sqlite';
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
ActiveRecord::$db = $this->getConnection();
|
||||
|
||||
Reference in New Issue
Block a user