assertFalse( $profilerContext->isInitialized() ); $profilerContext->init( $entryPoint, $handler ); $this->assertTrue( $profilerContext->isInitialized() ); $this->assertSame( $entryPoint, $profilerContext->getEntryPoint() ); $this->assertSame( $handler, $profilerContext->getHandler() ); $this->assertSame( $metricName, $profilerContext->getHandlerMetricPrefix() ); } }