PHP Class Sokil\Mongo\StructureTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sokil/php-mongo

Public Methods

Method Description
testAddValidatorNamespace ( )
testAppend ( )
testGet ( )
testGetModifiedFields ( )
testGetObjectList_ClassNotClosureAndValidClassName ( )
testGetObjectList_ClosureClass ( )
testGetObjectList_ClosureClass_NotExtendStructure ( )
testGetObjectList_StringClass ( )
testGetObjectList_StringClass_NotExtendStructure ( )
testGetObject_ClosureClass ( )
testGetObject_StringClass ( )
testGetObject_StringClass_NotExtendStructure ( )
testHas ( )
testHasNull ( )
testIsEmbeddedDocument ( )
testIsModified ( )
testLoad_setModifiedWithDots ( )
testLoad_setModifiedWithoutDots ( )
testLoad_setUnmodifiedWithDots ( )
testLoad_setUnmodifiedWithoutDots ( )
testMergeModified_WithDots_ExistedKey ( )
testMergeModified_WithDots_NewKey ( )
testMergeModified_WithoutDots_ExistedKey ( )
testMergeModified_WithoutDots_NewKey ( )
testMergeUnmodified_WithDots_ExistedKey ( )
testMergeUnmodified_WithDots_NewKey ( )
testMergeUnmodified_WithoutDots_ExistedKey ( )
testMergeUnmodified_WithoutDots_NewKey ( )
testSet ( )
testSetArrayToScalar ( )
testUnset_InvalidFieldWithDots ( )
testUnset_ValidFieldWithDots ( )
testUnset_ValidFieldWithoutDots ( )

Method Details

testAddValidatorNamespace() public method

testAppend() public method

public testAppend ( )

testGet() public method

public testGet ( )

testGetModifiedFields() public method

testGetObjectList_ClassNotClosureAndValidClassName() public method

testGetObjectList_ClosureClass() public method

testGetObjectList_ClosureClass_NotExtendStructure() public method

testGetObjectList_StringClass() public method

testGetObjectList_StringClass_NotExtendStructure() public method

testGetObject_ClosureClass() public method

testGetObject_StringClass() public method

testGetObject_StringClass_NotExtendStructure() public method

testHas() public method

public testHas ( )

testHasNull() public method

public testHasNull ( )

testIsEmbeddedDocument() public method

testIsModified() public method

public testIsModified ( )

testLoad_setModifiedWithDots() public method

testLoad_setModifiedWithoutDots() public method

testLoad_setUnmodifiedWithDots() public method

testLoad_setUnmodifiedWithoutDots() public method

testMergeModified_WithDots_ExistedKey() public method

testMergeModified_WithDots_NewKey() public method

testMergeModified_WithoutDots_ExistedKey() public method

testMergeModified_WithoutDots_NewKey() public method

testMergeUnmodified_WithDots_ExistedKey() public method

testMergeUnmodified_WithDots_NewKey() public method

testMergeUnmodified_WithoutDots_ExistedKey() public method

testMergeUnmodified_WithoutDots_NewKey() public method

testSet() public method

public testSet ( )

testSetArrayToScalar() public method

testUnset_InvalidFieldWithDots() public method

testUnset_ValidFieldWithDots() public method

testUnset_ValidFieldWithoutDots() public method