diff --git a/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php b/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php index a491fc326..a980a13db 100644 --- a/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php +++ b/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php @@ -23,7 +23,7 @@ class AnnotationDriverTest extends AbstractMappingDriverTest $annotationDriver->loadMetadataForClass('stdClass', $cm); } - public function testLoadMetadataForClassSetsCustomIdGenerator() + public function testLoadMetadataForClassSetsCustomGeneratorDefinition() { $cm = new ClassMetadata("Doctrine\Tests\ORM\Mapping\CustomIdGeneratorClass"); $driver = $this->_loadDriver();