We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c134cf + c2260e3 commit c004739Copy full SHA for c004739
tests/DoctrineORMModuleTest/Collector/SQLLoggerCollectorTest.php
@@ -69,6 +69,7 @@ public function testGetQueryTime()
69
$this->assertEquals(0, $this->collector->getQueryTime());
70
71
$this->logger->startQuery('some sql');
72
+ sleep(1);
73
$this->logger->stopQuery();
74
$time = microtime(true) - $start;
75
$time1 = $this->collector->getQueryTime();
0 commit comments