public function PhpParserTest::testParseClassWhenNotUserDefined

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php, line 36

Class

PhpParserTest

Namespace

Doctrine\Tests\Common\Annotations

Code

public function testParseClassWhenNotUserDefined() {
  $parser = new PhpParser();
  $this
    ->assertEquals(array(), $parser
    ->parseClass(new \ReflectionClass('\\stdClass')));
}