PHP Class Bluz\Tests\Db\TableTest

Generated by PHPUnit on 2011-07-27 at 13:52:47.
Inheritance: extends Bluz\Tests\TestCase
Show file Open project: bluzphp/framework

Protected Properties

Property Type Description
$table Bluz\Db\Table

Public Methods

Method Description
getFindWrongData ( ) : array
testDelete ( )
testFind ( )
testFindException ( $keyValues )
testGetInstance ( ) testGetInstance
testGetPrimaryKey ( ) Get Primary Key
testGetPrimaryKeyException ( )
testInsert ( )
testUpdate ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.

Method Details

getFindWrongData() public method

public getFindWrongData ( ) : array
return array

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

testDelete() public method

public testDelete ( )

testFind() public method

public testFind ( )

testFindException() public method

public testFindException ( $keyValues )
$keyValues

testGetInstance() public method

testGetInstance
public testGetInstance ( )

testGetPrimaryKey() public method

Get Primary Key
public testGetPrimaryKey ( )

testGetPrimaryKeyException() public method

testInsert() public method

public testInsert ( )

testUpdate() public method

public testUpdate ( )

Property Details

$table protected property

protected Table,Bluz\Db $table
return Bluz\Db\Table