mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -27,7 +27,7 @@ abstract class AbstractDbSessionTest extends TestCase
|
||||
*/
|
||||
abstract protected function getDriverNames();
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
@ -37,7 +37,7 @@ abstract class AbstractDbSessionTest extends TestCase
|
||||
$this->createTableSession();
|
||||
}
|
||||
|
||||
protected function tearDown()
|
||||
protected function tearDown(): void
|
||||
{
|
||||
$this->dropTableSession();
|
||||
parent::tearDown();
|
||||
|
||||
Reference in New Issue
Block a user