We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494fa58 commit 1124fb5Copy full SHA for 1124fb5
lib/internal/Magento/Framework/View/Test/Unit/Element/AbstractBlockTest.php
@@ -285,15 +285,6 @@ public function getCacheLifetimeDataProvider()
285
'expectsCacheSave' => $this->never(),
286
'expectedResult' => '',
287
],
288
- [
289
- 'cacheLifetime' => false,
290
- 'dataFromCache' => 'dataFromCache',
291
- 'dataForSaveCache' => '',
292
- 'expectsDispatchEvent' => $this->exactly(2),
293
- 'expectsCacheLoad' => $this->once(),
294
- 'expectsCacheSave' => $this->never(),
295
- 'expectedResult' => 'dataFromCache',
296
- ],
297
[
298
'cacheLifetime' => 120,
299
'dataFromCache' => 'dataFromCache',
0 commit comments