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 11
11
12
12
namespace Symfony \Component \HttpKernel \Tests \Bundle ;
13
13
14
- use Symfony \Component \HttpKernel \Bundle \Bundle ;
15
14
use Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionPresentBundle \ExtensionPresentBundle ;
16
15
use Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionAbsentBundle \ExtensionAbsentBundle ;
17
16
use Symfony \Component \HttpKernel \Tests \Fixtures \ExtensionPresentBundle \Command \FooCommand ;
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpKernel \Tests \CacheClearer ;
13
13
14
- use Symfony \Component \HttpKernel \CacheClearer \CacheClearerInterface ;
15
14
use Symfony \Component \HttpKernel \CacheClearer \ChainCacheClearer ;
16
15
17
16
class ChainCacheClearerTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpKernel \Tests \CacheWarmer ;
13
13
14
- use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmerInterface ;
15
14
use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmerAggregate ;
16
- use Symfony \Component \HttpKernel \CacheWarmer \CacheWarmer ;
17
15
18
16
class CacheWarmerAggregateTest extends \PHPUnit_Framework_TestCase
19
17
{
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpKernel \Tests ;
13
13
14
14
use Symfony \Component \HttpKernel \Client ;
15
- use Symfony \Component \HttpFoundation \Request ;
16
15
use Symfony \Component \HttpFoundation \Response ;
17
16
use Symfony \Component \HttpFoundation \StreamedResponse ;
18
17
use Symfony \Component \HttpFoundation \Cookie ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpKernel \Tests \Controller ;
13
13
14
14
use Symfony \Component \HttpKernel \Controller \ControllerResolver ;
15
- use Symfony \Component \HttpKernel \Tests \Logger ;
16
15
use Symfony \Component \HttpFoundation \Request ;
17
16
18
17
class ControllerResolverTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpKernel \Tests \HttpCache ;
13
13
14
14
use Symfony \Component \HttpKernel \HttpCache \HttpCache ;
15
- use Symfony \Component \HttpKernel \HttpCache \StoreInterface ;
16
- use Symfony \Component \HttpKernel \HttpKernelInterface ;
17
15
use Symfony \Component \HttpFoundation \Request ;
18
16
use Symfony \Component \HttpFoundation \Response ;
19
17
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \HttpKernel \Tests ;
13
13
14
14
use Symfony \Component \HttpKernel \Kernel ;
15
- use Symfony \Component \HttpKernel \Bundle \Bundle ;
16
15
use Symfony \Component \HttpKernel \HttpKernelInterface ;
17
16
use Symfony \Component \HttpFoundation \Request ;
18
17
use Symfony \Component \HttpFoundation \Response ;
You can’t perform that action at this time.
0 commit comments