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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: doctrine/couchdb-odm

Méthodes publiques

Méthode 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 méthode

public testClassName ( )

testDeriveChildMetadata() public méthode

testMapAssociationManyToOne() public méthode

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

testMapAttachments() public méthode

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

testMapField() public méthode

public testMapField ( $cm )

testMapFieldWithId() public méthode

public testMapFieldWithId ( $cm )

testMapFieldWithoutType_DefaultsToMixed() public méthode

testMapVersionField() public méthode

public testMapVersionField ( $cm )

testNewInstance() public méthode

public testNewInstance ( $cm )

testSerializeUnserialize() public méthode

testSerializeUnserializeSerializableObject() public méthode

testmapFieldWithoutNameThrowsException() public méthode