Skip to content

Commit e4d2ff8

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: fixes missing "use" declaration for the ClockMock
2 parents 209c3fc + 1aa29ff commit e4d2ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ different class, do it explicitly using ``ClockMock::register(MyClass::class)``:
403403

404404
use App\MyClass;
405405
use PHPUnit\Framework\TestCase;
406+
use Symfony\Bridge\PhpUnit\ClockMock;
406407

407408
/**
408409
* @group time-sensitive

0 commit comments

Comments
 (0)