Skip to content

Commit 77fbc00

Browse files
Copilotgarak
andcommitted
Fix DownloadHandlerTest: restore MappingNotFoundException/NoFileFoundException imports from 3.x
Co-authored-by: garak <179866+garak@users.noreply.github.com>
1 parent 7f1c6a2 commit 77fbc00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Handler/DownloadHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
use PHPUnit\Framework\MockObject\MockObject;
77
use Symfony\Component\HttpFoundation\StreamedResponse;
88
use Vich\TestBundle\Entity\Product;
9+
use Vich\UploaderBundle\Exception\MappingNotFoundException;
10+
use Vich\UploaderBundle\Exception\NoFileFoundException;
911
use Vich\UploaderBundle\Handler\DownloadHandler;
1012
use Vich\UploaderBundle\Mapping\PropertyMappingFactoryInterface;
1113
use Vich\UploaderBundle\Mapping\PropertyMappingInterface;

0 commit comments

Comments
 (0)