public function testConstructorWithAnnotationManager()
 {
     $this->assertSame($this->session, $this->realFactory->getSession());
     $this->assertSame($this->annotationManager, $this->realFactory->getAnnotationManager());
 }