Skip to content

Commit 506e2d4

Browse files
committed
Fix constructor arguments
1 parent 5ece76a commit 506e2d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Test/EventDispatchingHttpCacheTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ protected function getHttpCachePartialMock(array $mockedMethods = null)
6262
'allow_revalidate' => false,
6363
'stale_while_revalidate' => 2,
6464
'stale_if_error' => 60,
65+
'trace_level' => 'full',
66+
'trace_header' => 'FOSHttpCache',
6567
];
6668

6769
$refHttpCache = new \ReflectionClass(HttpCache::class);

0 commit comments

Comments
 (0)