PHP Class ParagonIE\EasyDB\Tests\InsertManyTest

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

Public Methods

Method Description
testInsertMany ( callable $cb )
testInsertManyArgMapIs1DArrayThrowsException ( callable $cb )
testInsertManyArgMapKeysThrowsException ( callable $cb )
testInsertManyArgTableThrowsException ( callable $cb )
testInsertManyNoFieldsThrowsException ( callable $cb )
testInsertManyNoFieldsThrowsPdoException ( callable $cb )

Method Details

testInsertMany() public method

public testInsertMany ( callable $cb )
$cb callable

testInsertManyArgMapIs1DArrayThrowsException() public method

testInsertManyArgMapKeysThrowsException() public method

testInsertManyArgTableThrowsException() public method

testInsertManyNoFieldsThrowsException() public method

testInsertManyNoFieldsThrowsPdoException() public method