Documentation

PDOPgSqlTest extends AbstractPDOTest
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()  : mixed
getDb()  : PDO
Returns a fully configured PDO object.
getPDO()  : PDO
Alias for getDb.
tearDown()  : void
testDeepDelete()  : mixed
testDelete()  : mixed
testMove()  : mixed
testPropFind()  : mixed
testPropFindNothingToDo()  : mixed
testPropPatchComplex()  : mixed
testPropPatchCustom()  : mixed
testPropPatchRemove()  : mixed
testPropPatchUpdate()  : 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

testDeepDelete()

public testDeepDelete() : mixed
Tags
depends

testPropFind

Return values
mixed

testDelete()

public testDelete() : mixed
Tags
depends

testPropFind

Return values
mixed

testMove()

public testMove() : mixed
Tags
depends

testPropFind

Return values
mixed

testPropFind()

public testPropFind() : mixed
Return values
mixed

testPropFindNothingToDo()

public testPropFindNothingToDo() : mixed
Return values
mixed

testPropPatchComplex()

public testPropPatchComplex() : mixed
Tags
depends

testPropPatchUpdate

Return values
mixed

testPropPatchCustom()

public testPropPatchCustom() : mixed
Tags
depends

testPropPatchComplex

Return values
mixed

testPropPatchRemove()

public testPropPatchRemove() : mixed
Tags
depends

testPropFind

Return values
mixed

testPropPatchUpdate()

public testPropPatchUpdate() : mixed
Tags
depends

testPropFind

Return values
mixed

Search results