PHP Class PopTest\Db\SqlTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nicksagona/PopPHP

Public Methods

Method Description
testConstructor ( )
testDelete ( )
testGetDbType ( )
testGroupByArray ( )
testGroupByMultiple ( )
testGroupBySingle ( )
testHasAlias ( )
testHasTable ( )
testHaving ( )
testInsertException ( )
testOffset ( )
testOrderBy ( )
testQuote ( )
testQuoteId ( )
testRenderException ( )
testSelectColumnAlias ( )
testSelectDistinct ( )
testSelectJoin ( )
testSelectJoinDifferentColumns ( )
testSetAndGetAlias ( )
testSetAndGetDb ( )
testSetAndGetQuoteId ( )
testSetAndGetTable ( )
testSql ( )
testSqlDotId ( )
testUpdate ( )
testUpdateException ( )

Method Details

testConstructor() public method

public testConstructor ( )

testDelete() public method

public testDelete ( )

testGetDbType() public method

public testGetDbType ( )

testGroupByArray() public method

public testGroupByArray ( )

testGroupByMultiple() public method

public testGroupByMultiple ( )

testGroupBySingle() public method

public testGroupBySingle ( )

testHasAlias() public method

public testHasAlias ( )

testHasTable() public method

public testHasTable ( )

testHaving() public method

public testHaving ( )

testInsertException() public method

public testInsertException ( )

testOffset() public method

public testOffset ( )

testOrderBy() public method

public testOrderBy ( )

testQuote() public method

public testQuote ( )

testQuoteId() public method

public testQuoteId ( )

testRenderException() public method

public testRenderException ( )

testSelectColumnAlias() public method

testSelectDistinct() public method

public testSelectDistinct ( )

testSelectJoin() public method

public testSelectJoin ( )

testSelectJoinDifferentColumns() public method

testSetAndGetAlias() public method

public testSetAndGetAlias ( )

testSetAndGetDb() public method

public testSetAndGetDb ( )

testSetAndGetQuoteId() public method

testSetAndGetTable() public method

public testSetAndGetTable ( )

testSql() public method

public testSql ( )

testSqlDotId() public method

public testSqlDotId ( )

testUpdate() public method

public testUpdate ( )

testUpdateException() public method

public testUpdateException ( )