/**
  * @test
  */
 public function canHandleSingleItemArraysOfAnnotations()
 {
     $annotations = array('');
     $expected = TRUE;
     $result = AnnotationUtility::parseAnnotation($annotations);
     $this->assertEquals($expected, $result);
 }