Documentation

PDOSqliteTest extends PDOTest
in package

Table of Contents

$driver  : mixed
createSchema()  : mixed
Uses .sql files from the examples directory to initialize the database.
dropTables()  : mixed
Drops tables, if they exist.
getBackend()  : AbstractBackend
getDb()  : PDO
Returns a fully configured PDO object.
getPDO()  : PDO
Alias for getDb.
tearDown()  : void
testGetLocks()  : mixed
testGetLocksChildren()  : mixed
testGetLocksParent()  : mixed
testGetLocksParentDepth0()  : mixed
testLockRefresh()  : mixed
testSetup()  : mixed
testUnlock()  : mixed
testUnlockUnknownToken()  : mixed

Properties

Methods

createSchema()

Uses .sql files from the examples directory to initialize the database.

public createSchema(string $schemaName) : mixed
Parameters
$schemaName : string
Return values
mixed

dropTables()

Drops tables, if they exist.

public dropTables(string|array<string|int, string> $tableNames) : mixed
Parameters
$tableNames : string|array<string|int, string>
Return values
mixed

getDb()

Returns a fully configured PDO object.

public getDb() : PDO
Return values
PDO

testGetLocks()

public testGetLocks() : mixed
Tags
depends

testSetup

Return values
mixed

testGetLocksChildren()

public testGetLocksChildren() : mixed
Return values
mixed

testGetLocksParent()

public testGetLocksParent() : mixed
Tags
depends

testGetLocks

Return values
mixed

testGetLocksParentDepth0()

public testGetLocksParentDepth0() : mixed
Tags
depends

testGetLocks

Return values
mixed

testLockRefresh()

public testLockRefresh() : mixed
Tags
depends

testGetLocks

Return values
mixed

testSetup()

public testSetup() : mixed
Return values
mixed

testUnlock()

public testUnlock() : mixed
Tags
depends

testGetLocks

Return values
mixed

testUnlockUnknownToken()

public testUnlockUnknownToken() : mixed
Tags
depends

testUnlock

Return values
mixed

Search results