PHP 클래스 lithium\tests\cases\data\entity\DocumentTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_model

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
testArrayInterface ( )
testArrayValueGet ( )
testArrayValueNestedDocument ( )
testArrayValueSet ( )
testBooleanValues ( )
testCall ( )
testData ( )
testDocumentNesting ( )
testEmptyValues ( )
testEnsureArrayExportFidelity ( ) Ensures that the data returned from the data() method matches the internal state of the object.
testErrors ( )
testExplicitSet ( )
testExport ( )
testFindAllAndIterate ( )
testFindOne ( )
testGetFields ( )
testHandlers ( )
testIdGetDoesNotSet ( )
testInitializationWithNestedFields ( )
testInvalidCall ( )
testIsset ( )
testModifiedExport ( ) Tests that a modified Document exports the proper fields in a newly-appended nested Document.
testNestedKeyGetSet ( )
testNestedObjectExistence ( ) Tests that documents nested within existing documents also exist, and vice versa.
testNestedSingle ( )
testNoItems ( )
testPropertyIteration ( )
testRewindData ( )
testRewindNoData ( )
testSchemaValueInitialization ( ) Tests that unassigned fields with default schema values are auto-populated at access time.
testSetAndCoerceArray ( )
testSetField ( )
testSetMultiple ( )
testSetMultipleNested ( )
testSetNested ( )
testSyncModified ( )
testUnset ( )
testUnsetNested ( )
testUpdateWithMultipleKeys ( )
testUpdateWithSingleKey ( )
testWithArraySchemaReusedName ( )
testWithData ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testArrayInterface() 공개 메소드

public testArrayInterface ( )

testArrayValueGet() 공개 메소드

public testArrayValueGet ( )

testArrayValueNestedDocument() 공개 메소드

testArrayValueSet() 공개 메소드

public testArrayValueSet ( )

testBooleanValues() 공개 메소드

public testBooleanValues ( )

testCall() 공개 메소드

public testCall ( )

testData() 공개 메소드

public testData ( )

testDocumentNesting() 공개 메소드

public testDocumentNesting ( )

testEmptyValues() 공개 메소드

public testEmptyValues ( )

testEnsureArrayExportFidelity() 공개 메소드

Ensures that the data returned from the data() method matches the internal state of the object.

testErrors() 공개 메소드

public testErrors ( )

testExplicitSet() 공개 메소드

public testExplicitSet ( )

testExport() 공개 메소드

public testExport ( )

testFindAllAndIterate() 공개 메소드

testFindOne() 공개 메소드

public testFindOne ( )

testGetFields() 공개 메소드

public testGetFields ( )

testHandlers() 공개 메소드

public testHandlers ( )

testIdGetDoesNotSet() 공개 메소드

public testIdGetDoesNotSet ( )

testInitializationWithNestedFields() 공개 메소드

testInvalidCall() 공개 메소드

public testInvalidCall ( )

testIsset() 공개 메소드

public testIsset ( )

testModifiedExport() 공개 메소드

Tests that a modified Document exports the proper fields in a newly-appended nested Document.
public testModifiedExport ( )

testNestedKeyGetSet() 공개 메소드

public testNestedKeyGetSet ( )

testNestedObjectExistence() 공개 메소드

Tests that documents nested within existing documents also exist, and vice versa.

testNestedSingle() 공개 메소드

public testNestedSingle ( )

testNoItems() 공개 메소드

public testNoItems ( )

testPropertyIteration() 공개 메소드

testRewindData() 공개 메소드

public testRewindData ( )

testRewindNoData() 공개 메소드

public testRewindNoData ( )

testSchemaValueInitialization() 공개 메소드

Tests that unassigned fields with default schema values are auto-populated at access time.

testSetAndCoerceArray() 공개 메소드

testSetField() 공개 메소드

public testSetField ( )

testSetMultiple() 공개 메소드

public testSetMultiple ( )

testSetMultipleNested() 공개 메소드

testSetNested() 공개 메소드

public testSetNested ( )

testSyncModified() 공개 메소드

public testSyncModified ( )

testUnset() 공개 메소드

public testUnset ( )

testUnsetNested() 공개 메소드

public testUnsetNested ( )

testUpdateWithMultipleKeys() 공개 메소드

testUpdateWithSingleKey() 공개 메소드

testWithArraySchemaReusedName() 공개 메소드

testWithData() 공개 메소드

public testWithData ( )

프로퍼티 상세

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

protected $_model