diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index ddc47ed9424..a27914a300a 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -455,6 +455,7 @@ different class, do it explicitly using ``ClockMock::register(MyClass::class)``: use App\MyClass; use PHPUnit\Framework\TestCase; + use Symfony\Bridge\PhpUnit\ClockMock; /** * @group time-sensitive