mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
namespace yiiunit\framework\web\session\mssql;
|
||||
|
||||
use yiiunit\framework\web\session\AbstractDbSessionTest;
|
||||
|
||||
/**
|
||||
* Class DbSessionTest.
|
||||
*
|
||||
@@ -16,7 +18,7 @@ namespace yiiunit\framework\web\session\mssql;
|
||||
* @group db
|
||||
* @group mssql
|
||||
*/
|
||||
class DbSessionTest extends \yiiunit\framework\web\session\AbstractDbSessionTest
|
||||
class DbSessionTest extends AbstractDbSessionTest
|
||||
{
|
||||
protected function getDriverNames()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user