PHP Class ParagonIE\EasyDB\Tests\ColTest

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

Public Methods

Method Description
GoodColArgumentsProvider ( ) : callable[] EasyDB data provider Returns an array of callables that return instances of EasyDB
testMethod ( callable $cb, string $statement, integer $offset, array $params, array $expectedResult )

Protected Methods

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

Method Details

GoodColArguments() protected method

protected GoodColArguments ( )

GoodColArgumentsProvider() public method

EasyDB data provider Returns an array of callables that return instances of EasyDB
See also: EasyDBTest::GoodFactoryCreateArgument2EasyDBProvider()
public GoodColArgumentsProvider ( ) : callable[]
return callable[]

getResultForMethod() protected method

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

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