Skip to content

Commit 8a2f41a

Browse files
committed
Fixed broken tests
1 parent 74282b7 commit 8a2f41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/CachePluginSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CachePluginSpec extends ObjectBehavior
1313
{
1414
function let(CacheItemPoolInterface $pool)
1515
{
16-
$this->beConstructedWith($pool);
16+
$this->beConstructedWith($pool, ['default_ttl'=>60]);
1717
}
1818

1919
function it_is_initializable(CacheItemPoolInterface $pool)

0 commit comments

Comments
 (0)