File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ public function testNamespacedTagAwareCache(): void
230230 $ this ->markTestSkipped ('Namespaced caches are not supported by this Symfony version. ' );
231231 }
232232
233- $ client = static ::createClient (['debug ' => true ]);
233+ $ client = static ::createClient (['debug ' => false ]);
234234 $ cache = static ::getContainer ()->get ('cache.app.taggable ' );
235235
236236 // make sure that the configured taggable cache supports namespaces before running this test
@@ -239,7 +239,6 @@ public function testNamespacedTagAwareCache(): void
239239 }
240240
241241 $ client ->request ('GET ' , '/tracing/cache/namespaced/populate ' );
242- $ this ->assertSame ('' , $ client ->getResponse ()->getContent ());
243242 $ this ->assertSame (200 , $ client ->getResponse ()->getStatusCode ());
244243
245244 $ this ->assertCount (1 , StubTransport::$ events );
You can’t perform that action at this time.
0 commit comments