Skip to content

Commit 02d71bd

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: fixes missing "use" declaration for the ClockMock
2 parents 3f239fa + e4d2ff8 commit 02d71bd

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
@@ -455,6 +455,7 @@ different class, do it explicitly using ``ClockMock::register(MyClass::class)``:
455455

456456
use App\MyClass;
457457
use PHPUnit\Framework\TestCase;
458+
use Symfony\Bridge\PhpUnit\ClockMock;
458459

459460
/**
460461
* @group time-sensitive

0 commit comments

Comments
 (0)