PHP Class Phactory\Sql\PhactoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: chriskite/phactory

Protected Properties

Property Type Description
$pdo
$phactory

Public Methods

Method Description
testBuild ( )
testBuildWithAssociations ( )
testBuildWithOverrides ( )
testCreate ( )
testCreateWithAssociations ( )
testCreateWithAssociationsGuessingFromColumn ( )
testCreateWithManyToManyAssociation ( )
testCreateWithManyToManyAssociations ( )
testCreateWithOverrides ( )
testDefine ( )
testDefineAndCreateWithSequence ( )
testDefineWithAssociations ( )
testDefineWithBlueprint ( )
testGet ( )
testGetAll ( )
testGetConnection ( )
testGetMultiAttributes ( )
testRecall ( )
testSetConnection ( )

Protected Methods

Method Description
setUp ( )
tearDown ( ) Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testBuild() public method

public testBuild ( )

testBuildWithAssociations() public method

testBuildWithOverrides() public method

testCreate() public method

public testCreate ( )

testCreateWithAssociations() public method

testCreateWithAssociationsGuessingFromColumn() public method

testCreateWithManyToManyAssociation() public method

testCreateWithManyToManyAssociations() public method

testCreateWithOverrides() public method

testDefine() public method

public testDefine ( )

testDefineAndCreateWithSequence() public method

testDefineWithAssociations() public method

testDefineWithBlueprint() public method

testGet() public method

public testGet ( )

testGetAll() public method

public testGetAll ( )

testGetConnection() public method

public testGetConnection ( )

testGetMultiAttributes() public method

testRecall() public method

public testRecall ( )

testSetConnection() public method

public testSetConnection ( )

Property Details

$pdo protected_oe property

protected $pdo

$phactory protected_oe property

protected $phactory