From 390c5a0b05553bc3cc5ce4000ba7048856ced373 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 7 Aug 2024 22:59:17 +0200 Subject: [PATCH] Remove debug info --- tests/Cache/ChainTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Cache/ChainTest.php b/tests/Cache/ChainTest.php index bb6ed7cf30d..338cc49de58 100644 --- a/tests/Cache/ChainTest.php +++ b/tests/Cache/ChainTest.php @@ -54,7 +54,6 @@ public function testLoadInA() $content = $this->generateSource(); file_put_contents($key, $content); - var_dump($key); $this->cache->load($this->key); @@ -73,7 +72,6 @@ public function testLoadInB() $content = $this->generateSource(); file_put_contents($key, $content); - var_dump($key); $this->cache->load($this->key);