Table of Contents
Properties
-
$array
: array<string|int, mixed>|null
-
$fixture
: Fixture|null
-
$pdo
: PDO|null
-
$schema
: Query|null
-
$table
: Table|null
Methods
-
assertTableContainsRow()
: void
-
assertTableDoesNotContainRow()
: void
-
assertTableDoesNotExist()
: void
-
assertTableExists()
: void
-
createPDO()
: PDO
-
destroyPDO()
: void
-
getPDO()
: PDO
-
testEquals()
: void
-
testFromArray()
: void
-
testGetColumnNames()
: void
-
testInsertAll()
: void
-
testSetup()
: void
-
testTearDown()
: void
-
setUp()
: void
-
getArray()
: array{name: string, rows: array>}
-
getFixture()
: Fixture
-
getSchema()
: Query
-
getTable()
: Table
$array
private
array<string|int, mixed>|null
$array
= null
$fixture
private
Fixture|null
$fixture
= null
$pdo
private
static PDO|null
$pdo
= null
$schema
private
Query|null
$schema
= 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
-
assertTableDoesNotExist()
public
static assertTableDoesNotExist(Table $needle, PDO $haystack) : void
Parameters
-
$needle
: Table
-
-
$haystack
: PDO
-
assertTableExists()
public
static assertTableExists(Table $needle, PDO $haystack) : void
Parameters
-
$needle
: Table
-
-
$haystack
: 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
testInsertAll()
public
testInsertAll() : void
testSetup()
public
testSetup() : void
testTearDown()
public
testTearDown() : void
setUp()
protected
setUp() : void
getArray()
private
getArray() : array{name: string, rows: array>}
Return values
array{name: string, rows: array>}
getFixture()
private
getFixture() : Fixture
getSchema()
private
getSchema() : Query
getTable()
private
getTable() : Table