PHP Class ParagonIE\EasyDB\Tests\CellTest

Inheritance: extends ColTest
Datei anzeigen Open project: paragonie/easydb

Public Methods

Method Description
testMethod ( callable $cb, string $statement, integer $offset, array $params, array $expectedResult )

Protected Methods

Method Description
GoodColArguments ( )
getResultForMethod ( EasyDB $db, $statement, $offset, $params )

Method Details

GoodColArguments() protected method

protected GoodColArguments ( )

getResultForMethod() protected method

protected getResultForMethod ( EasyDB $db, $statement, $offset, $params )
$db ParagonIE\EasyDB\EasyDB

testMethod() public method

public testMethod ( callable $cb, string $statement, integer $offset, array $params, array $expectedResult )
$cb callable
$statement string
$offset integer
$params array
$expectedResult array