Skip to content

Commit 819d3d1

Browse files
committed
MC-33275: Stale cache implementation
1 parent 4a4b716 commit 819d3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Cache/RuntimeStaleCacheStateModifierTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RuntimeStaleCacheStateModifierTest extends TestCase
1818
/** @var InMemoryState */
1919
private $cacheState;
2020

21-
protected function setUp()
21+
protected function setUp(): void
2222
{
2323
$this->cacheState = new InMemoryState(
2424
[
@@ -68,7 +68,7 @@ public function modifiesOnlyConfiguredCacheTypesOnNotifiedStaleCache()
6868
]
6969
);
7070
}
71-
71+
7272
/** @test */
7373
public function doesNotPersistModifiedCacheTypes()
7474
{

0 commit comments

Comments
 (0)