PHP Class Doctrine\Tests\Search\Mapping\ClassMetadataTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: doctrine/search

Protected Properties

Property Type Description
$classMetadata Doctrine\Search\Mapping\ClassMetadata
$reflectionService Doctrine\Common\Persistence\Mapping\ReflectionService

Public Methods

Method Description
testGetAssociationMappedByTargetField ( )
testGetAssociationNames ( )
testGetAssociationTargetClass ( )
testGetIdentifier ( )
testGetName ( )
testGetReflectionClass ( )
testGetTypeOfField ( )
testHasAssociation ( )
testHasField ( )
testIsAssociationInverseSide ( )
testIsCollectionValuedAssociation ( )
testIsIdentifier ( )
testIsSingleValuedAssociation ( )
testSleep ( )
testWakeup ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testGetAssociationMappedByTargetField() public method

testGetAssociationNames() public method

testGetAssociationTargetClass() public method

testGetIdentifier() public method

public testGetIdentifier ( )

testGetName() public method

public testGetName ( )

testGetReflectionClass() public method

testGetTypeOfField() public method

public testGetTypeOfField ( )

testHasAssociation() public method

public testHasAssociation ( )

testHasField() public method

public testHasField ( )

testIsAssociationInverseSide() public method

testIsCollectionValuedAssociation() public method

testIsIdentifier() public method

public testIsIdentifier ( )

testIsSingleValuedAssociation() public method

testSleep() public method

public testSleep ( )

testWakeup() public method

public testWakeup ( )

Property Details

$classMetadata protected property

protected ClassMetadata,Doctrine\Search\Mapping $classMetadata
return Doctrine\Search\Mapping\ClassMetadata

$reflectionService protected property

protected ReflectionService,Doctrine\Common\Persistence\Mapping $reflectionService
return Doctrine\Common\Persistence\Mapping\ReflectionService