コード例 #1
0
 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());
 }
コード例 #2
0
 public function testEnableAnnotationMapping()
 {
     $this->assertSame($this->builder, $this->builder->enableAnnotationMapping());
 }