From e2953c8cd40909ce119f3ce8c5d85f588f2bdc05 Mon Sep 17 00:00:00 2001 From: Vitali Yakavenka Date: Sat, 26 Nov 2011 17:45:41 +0100 Subject: [PATCH] Rename test accoring to what it tests --- tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();