Skip to content

Commit 8ec49df

Browse files
committed
MAGETWO-59089: Problem with change currency
- Updated code per PR review comment
1 parent 6a09284 commit 8ec49df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Pricing/Test/Unit/Render/PriceBoxTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ public function testGetRendererPool()
243243
}
244244

245245
/**
246-
* This tests ensures that protected method getCacheLifeTime() returns a null value when cacheLifeTime is not
246+
* This tests ensures that protected method getCacheLifetime() returns a null value when cacheLifeTime is not
247247
* explicitly set in the parent block
248248
*/
249-
public function testCacheLifeTime()
249+
public function testCacheLifetime()
250250
{
251251
$reflectionClass = new \ReflectionClass(get_class($this->model));
252252
$methodReflection = $reflectionClass->getMethod('getCacheLifetime');

0 commit comments

Comments
 (0)