Skip to content

Commit b1b5076

Browse files
committed
Merge branch '4.4'
* 4.4: fixes missing "use" declaration for the ClockMock
2 parents cdf009d + fed7472 commit b1b5076

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)