public function type_annotation_by_name()
 {
     $mirror = new TypeMirror(typeof($this));
     $this->assertEquals($mirror->annotations()->named('fixture'), $mirror->annotation('fixture'));
 }