@@ -2,13 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Symplify\DefaultAutowire\Tests; |
4 | 4 | |
5 | -use Doctrine\ORM\EntityManagerInterface; |
|
6 | 5 | use PHPUnit_Framework_TestCase; |
7 | 6 | use Symfony\Component\DependencyInjection\Container; |
8 | 7 | use Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher; |
9 | 8 | use Symfony\Component\EventDispatcher\EventDispatcher; |
10 | 9 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
11 | -use Symplify\DefaultAutowire\Tests\Resources\Repository\SomeRepository; |
|
12 | 10 | use Symplify\DefaultAutowire\Tests\Source\SomeAutowiredService; |
13 | 11 | use Symplify\DefaultAutowire\Tests\Source\SomeService; |
14 | 12 |