Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 7, 2024
1 parent 64d5b56 commit 390c5a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Cache/ChainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function testLoadInA()

$content = $this->generateSource();
file_put_contents($key, $content);
var_dump($key);

$this->cache->load($this->key);

Expand All @@ -73,7 +72,6 @@ public function testLoadInB()

$content = $this->generateSource();
file_put_contents($key, $content);
var_dump($key);

$this->cache->load($this->key);

Expand Down

0 comments on commit 390c5a0

Please sign in to comment.