public function DocParserTest::testSyntaxErrorWithContextDescription

@group DDC-78 @expectedException Doctrine\Common\Annotations\AnnotationException @expectedExceptionMessage Expected PlainValue, got ''' at position 10 in class \Doctrine\Tests\Common\Annotations\Name

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php, line 958

Class

DocParserTest

Namespace

Doctrine\Tests\Common\Annotations

Code

public function testSyntaxErrorWithContextDescription() {
  $parser = $this
    ->createTestParser();
  $parser
    ->parse("@Name(foo='bar')", "class \\Doctrine\\Tests\\Common\\Annotations\\Name");
}