8000 Merge branch '5.4' into 6.0 · symfony/symfony@317e262 · GitHub
[go: up one dir, main page]

Skip to content

Commit 317e262

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Bridge/Doctrine] Fix tests
2 parents f0673f0 + a0746ec commit 317e262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
use PHPUnit\Framework\TestCase;
1212
use Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder;
1313
use Symfony\Bridge\Doctrine\Middleware\Debug\Middleware;
14-
use Symfony\Bridge\PhpUnit\ClockMock;
1514
use Symfony\Component\Stopwatch\Stopwatch;
1615

16+
/**
17+
* @requires extension pdo_sqlite
18+
*/
1719
class MiddlewareTest extends TestCase
1820
{
1921
private $debugDataHolder;
@@ -27,8 +29,6 @@ protected function setUp(): void
2729
if (!interface_exists(MiddlewareInterface::class)) {
2830
$this->markTestSkipped(sprintf('%s needed to run this test', MiddlewareInterface::class));
2931
}
30-
31-
ClockMock::withClockMock(false);
3232
}
3333

3434
private function init(bool $withStopwatch = true): void

0 commit comments

Comments
 (0)
0