File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ProfilerPass ;
24
24
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \TranslatorPass ;
25
25
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \LoggingTranslatorPass ;
26
- use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddCacheWarmerPass ;
27
- use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddCacheClearerPass ;
28
26
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \AddExpressionLanguageProvidersPass ;
29
27
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \ContainerBuilderDebugDumpPass ;
30
28
use Symfony \Bundle \FrameworkBundle \DependencyInjection \Compiler \CompilerDebugDumpPass ;
44
42
use Symfony \Component \EventDispatcher \DependencyInjection \RegisterListenersPass ;
45
43
use Symfony \Component \HttpKernel \DependencyInjection \FragmentRendererPass ;
46
44
use Symfony \Component \Form \DependencyInjection \FormPass ;
45
+ use Symfony \Component \HttpKernel \DependencyInjection \AddCacheWarmerPass ;
46
+ use Symfony \Component \HttpKernel \DependencyInjection \AddCacheClearerPass ;
47
47
use Symfony \Component \HttpFoundation \Request ;
48
48
use Symfony \Component \HttpKernel \Bundle \Bundle ;
49
49
use Symfony \Component \Config \Resource \ClassExistenceResource ;
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 PHPUnit \Framework \TestCase ;
15
15
use Symfony \Component \DependencyInjection \Reference ;
16
- use Symfony \Bundle \ FrameworkBundle \DependencyInjection \ Compiler \AddCacheWarmerPass ;
16
+ use Symfony \Component \ HttpKernel \DependencyInjection \AddCacheWarmerPass ;
17
17
18
18
class AddCacheWarmerPassTest extends TestCase
19
19
{
You can’t perform that action at this time.
0 commit comments