PHP Class Mongolid\SchemaTest

Inheritance: extends TestCas\TestCase
Show file Open project: leroy-merlin-br/mongolid

Public Methods

Method Description
createdAtTimestampsFixture ( )
tearDown ( )
testMustHaveAnEntityClass ( )
testShouldCastDocumentTimestamps ( )
testShouldCastNullIntoAutoIncrementSequence ( )
testShouldCastNullIntoObjectId ( )
testShouldCastObjectIdStringIntoObjectId ( )
testShouldNotAutoIncrementSequenceIfValueIsNotNull ( )
testShouldNotBeDynamicByDefault ( )
testShouldNotCastRandomStringIntoObjectId ( )
testShouldNotRefreshCreatedAtTimestamps ( $value, $expectation, $compareTimestamp = true )
testShouldRefreshUpdatedAtTimestamps ( )

Method Details

createdAtTimestampsFixture() public method

tearDown() public method

public tearDown ( )

testMustHaveAnEntityClass() public method

testShouldCastDocumentTimestamps() public method

testShouldCastNullIntoAutoIncrementSequence() public method

testShouldCastNullIntoObjectId() public method

testShouldCastObjectIdStringIntoObjectId() public method

testShouldNotAutoIncrementSequenceIfValueIsNotNull() public method

testShouldNotBeDynamicByDefault() public method

testShouldNotCastRandomStringIntoObjectId() public method

testShouldNotRefreshCreatedAtTimestamps() public method

public testShouldNotRefreshCreatedAtTimestamps ( $value, $expectation, $compareTimestamp = true )

testShouldRefreshUpdatedAtTimestamps() public method