[sess] Attempt to fix Symfony 2.6 PDO error
This commit is contained in:
parent
99285acca0
commit
f4fe5c9d99
@ -72,6 +72,7 @@ class SessionProviderTest extends AbstractMessageComponentTestCase {
|
|||||||
, 'db_id_col' => 'sess_id'
|
, 'db_id_col' => 'sess_id'
|
||||||
, 'db_data_col' => 'sess_data'
|
, 'db_data_col' => 'sess_data'
|
||||||
, 'db_time_col' => 'sess_time'
|
, 'db_time_col' => 'sess_time'
|
||||||
|
, 'db_lifetime_col' => 'sess_lifetime'
|
||||||
);
|
);
|
||||||
|
|
||||||
$pdo = new \PDO("sqlite::memory:");
|
$pdo = new \PDO("sqlite::memory:");
|
||||||
|
Loading…
Reference in New Issue
Block a user