PHP Class lithium\tests\cases\data\model\QueryTest

Inheritance: extends lithium\test\Unit
Afficher le fichier Open project: unionofrad/lithium

Protected Properties

Свойство Type Description
$_configs
$_db
$_model
$_queryArr

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testAliasAndPaths ( )
testAutomaticAliasing ( )
testBasicAssignments ( ) Tests basic property accessors and mutators.
testComment ( )
testConditionFromRecord ( )
testConditions ( )
testData ( )
testEntityConditions ( )
testExport ( )
testExportWithJoinedStrategy ( )
testExportWithUndefinedStrategy ( )
testExtra ( )
testFields ( )
testFieldsWithArray ( )
testFluentInterface ( )
testHaving ( )
testInstantiationWithConditionsAndData ( )
testInvalidEntityCondition ( )
testJoins ( )
testLimit ( )
testModel ( )
testModels ( )
testObjectConstruction ( ) Tests that configuration settings are delegating to matching method names
testOrder ( )
testPage ( )
testPagination ( )
testQueryWithCustomAlias ( ) The Query object shouldn't overwrite custom values with model-supplied values.
testRecord ( )
testRelationships ( )
testRespondsTo ( )
testRestrictedKeyExport ( )
testWhitelisting ( ) Tests that assigning a whitelist to a query properly restricts the list of data fields that the query exposes.
testWithAssociation ( )

Method Details

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testAliasAndPaths() public méthode

public testAliasAndPaths ( )

testAutomaticAliasing() public méthode

testBasicAssignments() public méthode

Tests basic property accessors and mutators.

testComment() public méthode

public testComment ( )

testConditionFromRecord() public méthode

testConditions() public méthode

public testConditions ( )

testData() public méthode

public testData ( )

testEntityConditions() public méthode

testExport() public méthode

public testExport ( )

testExportWithJoinedStrategy() public méthode

testExportWithUndefinedStrategy() public méthode

testExtra() public méthode

public testExtra ( )

testFields() public méthode

public testFields ( )

testFieldsWithArray() public méthode

public testFieldsWithArray ( )

testFluentInterface() public méthode

public testFluentInterface ( )

testHaving() public méthode

public testHaving ( )

testInstantiationWithConditionsAndData() public méthode

testInvalidEntityCondition() public méthode

testJoins() public méthode

public testJoins ( )

testLimit() public méthode

public testLimit ( )

testModel() public méthode

public testModel ( )

testModels() public méthode

public testModels ( )

testObjectConstruction() public méthode

Tests that configuration settings are delegating to matching method names

testOrder() public méthode

public testOrder ( )

testPage() public méthode

public testPage ( )

testPagination() public méthode

public testPagination ( )

testQueryWithCustomAlias() public méthode

The Query object shouldn't overwrite custom values with model-supplied values.

testRecord() public méthode

public testRecord ( )

testRelationships() public méthode

public testRelationships ( )

testRespondsTo() public méthode

public testRespondsTo ( )

testRestrictedKeyExport() public méthode

testWhitelisting() public méthode

Tests that assigning a whitelist to a query properly restricts the list of data fields that the query exposes.
public testWhitelisting ( )

testWithAssociation() public méthode

public testWithAssociation ( )

Property Details

$_configs protected_oe property

protected $_configs

$_db protected_oe property

protected $_db

$_model protected_oe property

protected $_model

$_queryArr protected_oe property

protected $_queryArr