File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace Ibexa \Tests \Integration \Core ;
10
10
11
- use Ibexa \Bundle \Core \DependencyInjection \Compiler \ConsoleCommandPass ;
12
11
use Ibexa \Bundle \Core \SiteAccess \Config \ComplexConfigProcessor ;
13
12
use Ibexa \Contracts \Core \SiteAccess \ConfigProcessor ;
14
13
use Ibexa \Contracts \Core \SiteAccess \ConfigResolverInterface ;
@@ -128,8 +127,6 @@ private function registerCompilerPasses(): void
128
127
$ this ->addCompilerPass (new Compiler \Search \Legacy \CriterionFieldValueHandlerRegistryPass ());
129
128
$ this ->addCompilerPass (new Compiler \Search \Legacy \SortClauseConverterPass ());
130
129
131
- $ this ->addCompilerPass (new ConsoleCommandPass ());
132
-
133
130
// Symfony 4 makes services private by default. Test cases are not prepared for this.
134
131
// This is a simple workaround to override services as public.
135
132
$ this ->addCompilerPass (new SetAllServicesPublicPass ());
You can’t perform that action at this time.
0 commit comments