public function testEnableAnnotationMapping()
 {
     if (!class_exists('Doctrine\\Common\\Annotations\\AnnotationReader')) {
         $this->markTestSkipped('Annotations is required for this test');
     }
     $this->assertSame($this->builder, $this->builder->enableAnnotationMapping());
 }
 public function testEnableAnnotationMapping()
 {
     $this->assertSame($this->builder, $this->builder->enableAnnotationMapping());
 }