PHP Class Doctrine\Tests\ODM\CouchDB\Mapping\ClassMetadataTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: doctrine/couchdb-odm

Public Methods

Method Description
testClassName ( )
testDeriveChildMetadata ( )
testMapAssociationManyToOne ( ClassMetadata $cm )
testMapAttachments ( ClassMetadata $cm )
testMapField ( $cm )
testMapFieldWithId ( $cm )
testMapFieldWithoutType_DefaultsToMixed ( )
testMapVersionField ( $cm )
testNewInstance ( $cm )
testSerializeUnserialize ( )
testSerializeUnserializeSerializableObject ( )
testmapFieldWithoutNameThrowsException ( $cm )

Method Details

testClassName() public method

public testClassName ( )

testDeriveChildMetadata() public method

testMapAssociationManyToOne() public method

public testMapAssociationManyToOne ( ClassMetadata $cm )
$cm Doctrine\ODM\CouchDB\Mapping\ClassMetadata

testMapAttachments() public method

public testMapAttachments ( ClassMetadata $cm )
$cm Doctrine\ODM\CouchDB\Mapping\ClassMetadata

testMapField() public method

public testMapField ( $cm )

testMapFieldWithId() public method

public testMapFieldWithId ( $cm )

testMapFieldWithoutType_DefaultsToMixed() public method

testMapVersionField() public method

public testMapVersionField ( $cm )

testNewInstance() public method

public testNewInstance ( $cm )

testSerializeUnserialize() public method

testSerializeUnserializeSerializableObject() public method

testmapFieldWithoutNameThrowsException() public method