PHP 클래스 lithium\tests\cases\data\model\QueryTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_configs
$_db
$_model
$_queryArr

공개 메소드들

메소드 설명
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 ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testAliasAndPaths() 공개 메소드

public testAliasAndPaths ( )

testAutomaticAliasing() 공개 메소드

testBasicAssignments() 공개 메소드

Tests basic property accessors and mutators.

testComment() 공개 메소드

public testComment ( )

testConditionFromRecord() 공개 메소드

testConditions() 공개 메소드

public testConditions ( )

testData() 공개 메소드

public testData ( )

testEntityConditions() 공개 메소드

testExport() 공개 메소드

public testExport ( )

testExportWithJoinedStrategy() 공개 메소드

testExportWithUndefinedStrategy() 공개 메소드

testExtra() 공개 메소드

public testExtra ( )

testFields() 공개 메소드

public testFields ( )

testFieldsWithArray() 공개 메소드

public testFieldsWithArray ( )

testFluentInterface() 공개 메소드

public testFluentInterface ( )

testHaving() 공개 메소드

public testHaving ( )

testInstantiationWithConditionsAndData() 공개 메소드

testInvalidEntityCondition() 공개 메소드

testJoins() 공개 메소드

public testJoins ( )

testLimit() 공개 메소드

public testLimit ( )

testModel() 공개 메소드

public testModel ( )

testModels() 공개 메소드

public testModels ( )

testObjectConstruction() 공개 메소드

Tests that configuration settings are delegating to matching method names

testOrder() 공개 메소드

public testOrder ( )

testPage() 공개 메소드

public testPage ( )

testPagination() 공개 메소드

public testPagination ( )

testQueryWithCustomAlias() 공개 메소드

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

testRecord() 공개 메소드

public testRecord ( )

testRelationships() 공개 메소드

public testRelationships ( )

testRespondsTo() 공개 메소드

public testRespondsTo ( )

testRestrictedKeyExport() 공개 메소드

testWhitelisting() 공개 메소드

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

testWithAssociation() 공개 메소드

public testWithAssociation ( )

프로퍼티 상세

$_configs 보호되어 있는 프로퍼티

protected $_configs

$_db 보호되어 있는 프로퍼티

protected $_db

$_model 보호되어 있는 프로퍼티

protected $_model

$_queryArr 보호되어 있는 프로퍼티

protected $_queryArr