8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae61ec commit adc79e3Copy full SHA for adc79e3
src/Symfony/Bridge/Doctrine/Tests/Security/RememberMe/DoctrineTokenProviderTest.php
@@ -72,7 +72,7 @@ private function bootstrapProvider()
72
'driver' => 'pdo_sqlite',
73
'url' => 'sqlite:///:memory:',
74
]);
75
- $connection->{method_exists($this->conn, 'executeStatement') ? 'executeStatement' : 'executeUpdate'}(<<< 'SQL'
+ $connection->{method_exists($connection, 'executeStatement') ? 'executeStatement' : 'executeUpdate'}(<<< 'SQL'
76
CREATE TABLE rememberme_token (
77
series char(88) UNIQUE PRIMARY KEY NOT NULL,
78
value char(88) NOT NULL,
0 commit comments