PHP Class Bluz\Tests\Db\TableTest

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

Protected Properties

Свойство Type Description
$table Bluz\Db\Table

Méthodes publiques

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

Méthodes protégées

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

Method Details

getFindWrongData() public méthode

public getFindWrongData ( ) : array
Résultat array

setUp() protected méthode

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

testDelete() public méthode

public testDelete ( )

testFind() public méthode

public testFind ( )

testFindException() public méthode

public testFindException ( $keyValues )
$keyValues

testGetInstance() public méthode

testGetInstance
public testGetInstance ( )

testGetPrimaryKey() public méthode

Get Primary Key
public testGetPrimaryKey ( )

testGetPrimaryKeyException() public méthode

testInsert() public méthode

public testInsert ( )

testUpdate() public méthode

public testUpdate ( )

Property Details

$table protected_oe property

protected Table,Bluz\Db $table
Résultat Bluz\Db\Table