Documentation

RowTest extends TestCase
in package
uses FixturePath, PDO, AssertTableContainsRow

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

Properties

$array

private array<string|int, mixed>|null $array = null

$pdo

private static PDO|null $pdo = null

Methods

assertTableDoesNotContainRow()

public static assertTableDoesNotContainRow(Row $needle, Table $haystack, PDO $context) : void
Parameters
$needle : Row
$haystack : Table
$context : PDO

createPDO()

public static createPDO() : PDO
Return values
PDO

destroyPDO()

public static destroyPDO() : void

getPDO()

public static getPDO() : PDO
Return values
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

tearDown()

protected tearDown() : void

getArray()

private getArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results