8000
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 317e262 + 911fee3 commit dd94c20Copy full SHA for dd94c20
src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php
@@ -11,6 +11,7 @@
11
use PHPUnit\Framework\TestCase;
12
use Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder;
13
use Symfony\Bridge\Doctrine\Middleware\Debug\Middleware;
14
+use Symfony\Bridge\PhpUnit\ClockMock;
15
use Symfony\Component\Stopwatch\Stopwatch;
16
17
/**
@@ -29,6 +30,8 @@ protected function setUp(): void
29
30
if (!interface_exists(MiddlewareInterface::class)) {
31
$this->markTestSkipped(sprintf('%s needed to run this test', MiddlewareInterface::class));
32
}
33
+
34
+ ClockMock::withClockMock(false);
35
36
37
private function init(bool $withStopwatch = true): void
0 commit comments