Beispiel #1
0
 /**
  * Test parsing annotations.
  *
  * @param string $comments
  * @param array $expected
  *
  * @dataProvider dpGetAnnotations
  */
 public function testGetAnnotations($comments, array $expected)
 {
     $this->assertSame($expected, Runner::getAnnotations($comments), 'Error while parsing annotations.');
 }