File tree 4 files changed +6
-6
lines changed
Tests/DependencyInjection 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ProfilerPass ;
25
25
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \TranslatorPass ;
26
26
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \LoggingTranslatorPass ;
27
- use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddCacheWarmerPass ;
28
- use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddCacheClearerPass ;
29
27
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddExpressionLanguageProvidersPass ;
30
28
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ContainerBuilderDebugDumpPass ;
31
29
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CompilerDebugDumpPass ;
39
37
use Symfony \Component \DependencyInjection \Compiler \PassConfig ;
40
38
use Symfony \Component \EventDispatcher \DependencyInjection \RegisterListenersPass ;
41
39
use Symfony \Component \HttpKernel \DependencyInjection \FragmentRendererPass ;
40
+ use Symfony \Component \HttpKernel \DependencyInjection \AddCacheWarmerPass ;
41
+ use Symfony \Component \HttpKernel \DependencyInjection \AddCacheClearerPass ;
42
42
use Symfony \Component \HttpFoundation \Request ;
43
43
use Symfony \Component \HttpKernel \Bundle \Bundle ;
44
44
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ FrameworkBundle \DependencyInjection \ Compiler ;
12
+ namespace Symfony \Component \ HttpKernel \DependencyInjection ;
13
13
14
14
use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
15
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ FrameworkBundle \DependencyInjection \ Compiler ;
12
+ namespace Symfony \Component \ HttpKernel \DependencyInjection ;
13
13
14
14
use Symfony \Component \DependencyInjection \Compiler \PriorityTaggedServiceTrait ;
15
15
use Symfony \Component \DependencyInjection \ContainerBuilder ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ FrameworkBundle \Tests \DependencyInjection \ Compiler ;
12
+ namespace Symfony \Component \ HttpKernel \Tests \DependencyInjection ;
13
13
14
14
use Symfony \Component \DependencyInjection \Reference ;
15
- use Symfony \Bundle \ FrameworkBundle \DependencyInjection \ Compiler \AddCacheWarmerPass ;
15
+ use Symfony \Component \ HttpKernel \DependencyInjection \AddCacheWarmerPass ;
16
16
17
17
class AddCacheWarmerPassTest extends \PHPUnit_Framework_TestCase
18
18
{
You can’t perform that action at this time.
0 commit comments