Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Oct 13, 2020
1 parent 3654335 commit a3db45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EventListener/ThumbnailUploadListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*/
namespace Martin1982\LiveBroadcastBundle\Tests\EventListener;

use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\PreUpdateEventArgs;
use Doctrine\Persistence\ObjectManager;
use Martin1982\LiveBroadcastBundle\Entity\LiveBroadcast;
use Martin1982\LiveBroadcastBundle\EventListener\ThumbnailUploadListener;
use Martin1982\LiveBroadcastBundle\Service\ThumbnailUploadService;
Expand Down

0 comments on commit a3db45a

Please sign in to comment.