private function PerformanceTest::getMethod

5 calls to PerformanceTest::getMethod()
PerformanceTest::testCachedReadPerformanceWithFileCache in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
@group performance
PerformanceTest::testCachedReadPerformanceWithInMemory in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
@group performance
PerformanceTest::testDocLexerPerformance in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
@group performance
PerformanceTest::testDocParsePerformance in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
@group performance
PerformanceTest::testReadPerformance in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
@group performance

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php, line 168

Class

PerformanceTest

Namespace

Doctrine\Tests\Common\Annotations

Code

private function getMethod() {
  return new \ReflectionMethod('Doctrine\\Tests\\Common\\Annotations\\Fixtures\\Controller', 'helloAction');
}