You are here

public function StaticReflectionParserTest::classAnnotationOptimize in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php \Doctrine\Tests\Common\Reflection\StaticReflectionParserTest::classAnnotationOptimize()

Return value

array

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php, line 86

Class

StaticReflectionParserTest

Namespace

Doctrine\Tests\Common\Reflection

Code

public function classAnnotationOptimize() {
  return array(
    array(
      false,
    ),
    array(
      true,
    ),
  );
}