Table of Contents
Properties
-
$array
: array<string|int, mixed>|null
-
$pdo
: PDO|null
-
$row
: Row|null
-
$table
: Table|null
Methods
-
assertTableContainsRow()
: void
-
assertTableDoesNotContainRow()
: void
-
createPDO()
: PDO
-
destroyPDO()
: void
-
getPDO()
: PDO
-
testEquals()
: void
-
testFromArray()
: void
-
testGetColumnNames()
: void
-
testGetValues()
: void
-
testHookGetValue()
: void
-
testInsertInto()
: void
-
testInTable()
: void
-
setUp()
: void
-
tearDown()
: void
-
getArray()
: array<string|int, mixed>
-
getRow()
: Row
-
getTable()
: Table
$array
private
array<string|int, mixed>|null
$array
= null
$pdo
private
static PDO|null
$pdo
= null
$row
private
Row|null
$row
= null
$table
private
Table|null
$table
= null
assertTableContainsRow()
public
static assertTableContainsRow(Row $needle, Table $haystack, PDO $context) : void
Parameters
-
$needle
: Row
-
-
$haystack
: Table
-
-
$context
: PDO
-
assertTableDoesNotContainRow()
public
static assertTableDoesNotContainRow(Row $needle, Table $haystack, PDO $context) : void
Parameters
-
$needle
: Row
-
-
$haystack
: Table
-
-
$context
: PDO
-
createPDO()
public
static createPDO() : PDO
destroyPDO()
public
static destroyPDO() : void
getPDO()
public
static getPDO() : PDO
testEquals()
public
testEquals() : void
testFromArray()
public
testFromArray() : void
testGetColumnNames()
public
testGetColumnNames() : void
testGetValues()
public
testGetValues() : void
testHookGetValue()
public
testHookGetValue() : void
testInsertInto()
public
testInsertInto() : void
testInTable()
public
testInTable() : void
setUp()
protected
setUp() : void
tearDown()
protected
tearDown() : void
getArray()
private
getArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
getRow()
private
getRow() : Row
getTable()
private
getTable() : Table