PHP Class lithium\tests\integration\data\source\database\adapter\pdo\ResultTest

Inheritance: extends lithium\tests\integration\data\Base
Datei anzeigen Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_mockData
$_schema

Public Methods

Method Description
setUp ( ) Creating the test database
skip ( ) Skip the test if a MySQL adapter configuration is unavailable.
tearDown ( ) Dropping the test database
testConstruct ( )
testCurrent ( )
testEmptyResultForeach ( ) Test that an empty Result object can be used in a foreach loop
testKey ( )
testNext ( )
testResultForeach ( ) Test that a Result object can be used in a foreach loop
testRewindIsNoop ( )
testValid ( )

Method Details

setUp() public method

Creating the test database
public setUp ( )

skip() public method

Skip the test if a MySQL adapter configuration is unavailable.
public skip ( )

tearDown() public method

Dropping the test database
public tearDown ( )

testConstruct() public method

public testConstruct ( )

testCurrent() public method

public testCurrent ( )

testEmptyResultForeach() public method

Test that an empty Result object can be used in a foreach loop

testKey() public method

public testKey ( )

testNext() public method

public testNext ( )

testResultForeach() public method

Test that a Result object can be used in a foreach loop
public testResultForeach ( )

testRewindIsNoop() public method

public testRewindIsNoop ( )

testValid() public method

public testValid ( )

Property Details

$_mockData protected_oe property

protected $_mockData

$_schema protected_oe property

protected $_schema