Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0746ec

Browse filesBrowse files
[Bridge/Doctrine] Fix tests
1 parent 2fba7c9 commit a0746ec
Copy full SHA for a0746ec

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.