PHP Class lithium\tests\cases\data\entity\DocumentTest

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

Protected Properties

Свойство Type Description
$_model

Méthodes publiques

Méthode Description
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 ( )

Method Details

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testArrayInterface() public méthode

public testArrayInterface ( )

testArrayValueGet() public méthode

public testArrayValueGet ( )

testArrayValueNestedDocument() public méthode

testArrayValueSet() public méthode

public testArrayValueSet ( )

testBooleanValues() public méthode

public testBooleanValues ( )

testCall() public méthode

public testCall ( )

testData() public méthode

public testData ( )

testDocumentNesting() public méthode

public testDocumentNesting ( )

testEmptyValues() public méthode

public testEmptyValues ( )

testEnsureArrayExportFidelity() public méthode

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

testErrors() public méthode

public testErrors ( )

testExplicitSet() public méthode

public testExplicitSet ( )

testExport() public méthode

public testExport ( )

testFindAllAndIterate() public méthode

testFindOne() public méthode

public testFindOne ( )

testGetFields() public méthode

public testGetFields ( )

testHandlers() public méthode

public testHandlers ( )

testIdGetDoesNotSet() public méthode

public testIdGetDoesNotSet ( )

testInitializationWithNestedFields() public méthode

testInvalidCall() public méthode

public testInvalidCall ( )

testIsset() public méthode

public testIsset ( )

testModifiedExport() public méthode

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

testNestedKeyGetSet() public méthode

public testNestedKeyGetSet ( )

testNestedObjectExistence() public méthode

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

testNestedSingle() public méthode

public testNestedSingle ( )

testNoItems() public méthode

public testNoItems ( )

testPropertyIteration() public méthode

testRewindData() public méthode

public testRewindData ( )

testRewindNoData() public méthode

public testRewindNoData ( )

testSchemaValueInitialization() public méthode

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

testSetAndCoerceArray() public méthode

testSetField() public méthode

public testSetField ( )

testSetMultiple() public méthode

public testSetMultiple ( )

testSetMultipleNested() public méthode

testSetNested() public méthode

public testSetNested ( )

testSyncModified() public méthode

public testSyncModified ( )

testUnset() public méthode

public testUnset ( )

testUnsetNested() public méthode

public testUnsetNested ( )

testUpdateWithMultipleKeys() public méthode

testUpdateWithSingleKey() public méthode

testWithArraySchemaReusedName() public méthode

testWithData() public méthode

public testWithData ( )

Property Details

$_model protected_oe property

protected $_model