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 6a09284 commit 8ec49dfCopy full SHA for 8ec49df
lib/internal/Magento/Framework/Pricing/Test/Unit/Render/PriceBoxTest.php
@@ -243,10 +243,10 @@ public function testGetRendererPool()
243
}
244
245
/**
246
- * This tests ensures that protected method getCacheLifeTime() returns a null value when cacheLifeTime is not
+ * This tests ensures that protected method getCacheLifetime() returns a null value when cacheLifeTime is not
247
* explicitly set in the parent block
248
*/
249
- public function testCacheLifeTime()
+ public function testCacheLifetime()
250
{
251
$reflectionClass = new \ReflectionClass(get_class($this->model));
252
$methodReflection = $reflectionClass->getMethod('getCacheLifetime');
0 commit comments