PHP Class Pheasant\Tests\CollectionTest

Inheritance: extends MysqlTestCase
Show file Open project: lox/pheasant

Public Methods

Method Description
setUp ( )
testAggregateFunctions ( )
testDelete ( )
testFirst ( )
testFirstOnEmptyCollection ( )
testIteratingAndSaving ( )
testIteratingEmpty ( )
testLast ( )
testLastOnEmptyCollection ( )
testLimit ( )
testOneWhenMany ( )
testOneWhenZero ( )
testOrCreate ( )
testOrder ( )
testOrderBy ( )
testSaving ( )
testSelect ( )
testSelectColumn ( )

Method Details

setUp() public method

public setUp ( )

testAggregateFunctions() public method

testDelete() public method

public testDelete ( )

testFirst() public method

public testFirst ( )

testFirstOnEmptyCollection() public method

testIteratingAndSaving() public method

testIteratingEmpty() public method

public testIteratingEmpty ( )

testLast() public method

public testLast ( )

testLastOnEmptyCollection() public method

testLimit() public method

public testLimit ( )

testOneWhenMany() public method

public testOneWhenMany ( )

testOneWhenZero() public method

public testOneWhenZero ( )

testOrCreate() public method

public testOrCreate ( )

testOrder() public method

public testOrder ( )

testOrderBy() public method

public testOrderBy ( )

testSaving() public method

public testSaving ( )

testSelect() public method

public testSelect ( )

testSelectColumn() public method

public testSelectColumn ( )