You are here

10 calls to PdoSessionHandlerTest::getMemorySqlitePdo() in Zircon Profile 8.0

PdoSessionHandlerTest::testCreateTableTwice in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
@expectedException \RuntimeException
PdoSessionHandlerTest::testGetConnection in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
PdoSessionHandlerTest::testInexistentTable in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
@expectedException \RuntimeException
PdoSessionHandlerTest::testReadingRequiresExactlySameId in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
PdoSessionHandlerTest::testReadWriteReadWithNullByte in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
PdoSessionHandlerTest::testSessionDestroy in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
PdoSessionHandlerTest::testSessionGC in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
PdoSessionHandlerTest::testWriteDifferentSessionIdThanRead in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
Simulates session_regenerate_id(true) which will require an INSERT or UPDATE (replace).
PdoSessionHandlerTest::testWrongPdoErrMode in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
@expectedException \InvalidArgumentException
PdoSessionHandlerTest::testWrongUsageStillWorks in vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php