File tree Expand file tree Collapse file tree 7 files changed +0
-9
lines changed Expand file tree Collapse file tree 7 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \HttpKernel \Tests \Bundle ;
1313
14- use Symfony \Component \HttpKernel \Bundle \Bundle ;
1514use Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionPresentBundle \ExtensionPresentBundle ;
1615use Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionAbsentBundle \ExtensionAbsentBundle ;
1716use Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionPresentBundle \Command \FooCommand ;
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \HttpKernel \Tests \CacheClearer ;
1313
14- use Symfony \Component \HttpKernel \CacheClearer \CacheClearerInterface ;
1514use Symfony \Component \HttpKernel \CacheClearer \ChainCacheClearer ;
1615
1716class ChainCacheClearerTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \HttpKernel \Tests \CacheWarmer ;
1313
14- use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmerInterface ;
1514use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmerAggregate ;
16- use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmer ;
1715
1816class CacheWarmerAggregateTest extends \PHPUnit_Framework_TestCase
1917{
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \HttpKernel \Tests ;
1313
1414use Symfony \Component \HttpKernel \Client ;
15- use Symfony \Component \HttpFoundation \Request ;
1615use Symfony \Component \HttpFoundation \Response ;
1716use Symfony \Component \HttpFoundation \StreamedResponse ;
1817use Symfony \Component \HttpFoundation \Cookie ;
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \HttpKernel \Tests \Controller ;
1313
1414use Symfony \Component \HttpKernel \Controller \ControllerResolver ;
15- use Symfony \Component \HttpKernel \Tests \Logger ;
1615use Symfony \Component \HttpFoundation \Request ;
1716
1817class ControllerResolverTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \HttpKernel \Tests \HttpCache ;
1313
1414use Symfony \Component \HttpKernel \HttpCache \HttpCache ;
15- use Symfony \Component \HttpKernel \HttpCache \StoreInterface ;
16- use Symfony \Component \HttpKernel \HttpKernelInterface ;
1715use Symfony \Component \HttpFoundation \Request ;
1816use Symfony \Component \HttpFoundation \Response ;
1917
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \HttpKernel \Tests ;
1313
1414use Symfony \Component \HttpKernel \Kernel ;
15- use Symfony \Component \HttpKernel \Bundle \Bundle ;
1615use Symfony \Component \HttpKernel \HttpKernelInterface ;
1716use Symfony \Component \HttpFoundation \Request ;
1817use Symfony \Component \HttpFoundation \Response ;
You can’t perform that action at this time.
0 commit comments