You are here

public function InstantiatorPerformanceEvent::testInstantiateInternalClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceEvent.php \DoctrineTest\InstantiatorPerformance\InstantiatorPerformanceEvent::testInstantiateInternalClass()

@iterations 20000 @group instantiation

File

vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorPerformance/InstantiatorPerformanceEvent.php, line 65

Class

InstantiatorPerformanceEvent
Performance tests for { @author Marco Pivetta <ocramius@gmail.com>

Namespace

DoctrineTest\InstantiatorPerformance

Code

public function testInstantiateInternalClass() {
  $this->instantiator
    ->instantiate('ArrayObject');
}