function DocParserTest::testDefaultAnnotationValueIsNotOverwritten
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php, line 1237  
Class
- DocParserTest
 - @coversDefaultClass \Drupal\Component\Annotation\Doctrine\DocParser[[api-linebreak]]
 
Namespace
Drupal\Tests\Component\Annotation\DoctrineCode
public function testDefaultAnnotationValueIsNotOverwritten() {
  $parser = $this->createTestParser();
  $annots = $parser->parse('@Drupal\\Tests\\Component\\Annotation\\Doctrine\\Fixtures\\Annotation\\AnnotWithDefaultValue');
  $this->assertCount(1, $annots);
  $this->assertEquals('bar', $annots[0]->foo);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.