We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcc88a commit 017dda6Copy full SHA for 017dda6
src/LazyImage/tests/BlurHash/BlurHashTest.php
@@ -82,6 +82,8 @@ public function registerContainerConfiguration(LoaderInterface $loader)
82
$blurHash->encode(__DIR__.'/../Fixtures/logo.png')
83
);
84
85
+ dump($blurHash, $cache);
86
+
87
static::assertSame(
88
'L54ec*~q_3?bofoffQWB9F9FD%IU',
89
$cache->getItem('blurhash.70d3aaba5c301af7')->get()
0 commit comments