@@ -140,13 +140,13 @@ public function testTagsPartialSearch()
140
140
$ tester ->run (['command ' => 'debug:container ' , '--tag ' => 'kernel. ' ], ['decorated ' => false ]);
141
141
142
142
$ this ->assertStringContainsString ('Select one of the following tags to display its information ' , $ tester ->getDisplay ());
143
- $ this ->assertStringContainsString ('[0] kernel.event_subscriber ' , $ tester ->getDisplay ());
144
- $ this ->assertStringContainsString ('[1] kernel.locale_aware ' , $ tester ->getDisplay ());
145
- $ this ->assertStringContainsString ('[2] kernel.cache_warmer ' , $ tester ->getDisplay ());
143
+ $ this ->assertStringContainsString ('[0] kernel.cache_clearer ' , $ tester ->getDisplay ());
144
+ $ this ->assertStringContainsString ('[1] kernel.cache_warmer ' , $ tester ->getDisplay ());
145
+ $ this ->assertStringContainsString ('[2] kernel.event_subscriber ' , $ tester ->getDisplay ());
146
146
$ this ->assertStringContainsString ('[3] kernel.fragment_renderer ' , $ tester ->getDisplay ());
147
- $ this ->assertStringContainsString ('[4] kernel.reset ' , $ tester ->getDisplay ());
148
- $ this ->assertStringContainsString ('[5] kernel.cache_clearer ' , $ tester ->getDisplay ());
149
- $ this ->assertStringContainsString ('Symfony Container Services Tagged with "kernel.event_subscriber " Tag ' , $ tester ->getDisplay ());
147
+ $ this ->assertStringContainsString ('[4] kernel.locale_aware ' , $ tester ->getDisplay ());
148
+ $ this ->assertStringContainsString ('[5] kernel.reset ' , $ tester ->getDisplay ());
149
+ $ this ->assertStringContainsString ('Symfony Container Services Tagged with "kernel.cache_clearer " Tag ' , $ tester ->getDisplay ());
150
150
}
151
151
152
152
public function testDescribeEnvVars ()
0 commit comments