Skip to content

Commit 4b752a3

Browse files
author
Sergii Kovalenko
committed
MAGETWO-87190: Test coverage for critical logic
1 parent e79d056 commit 4b752a3

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/setup-integration/framework/Magento/TestFramework/Workaround

1 file changed

+1
-1
lines changed

dev/tests/setup-integration/framework/Magento/TestFramework/Workaround/CacheClean.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CacheClean
2020
*
2121
* @return void
2222
*/
23-
public function startTest()
23+
public function endTest()
2424
{
2525
/** @var \Magento\Framework\App\Cache\Manager $cacheManager */
2626
$cacheManager = Bootstrap::getObjectManager()->get(\Magento\Framework\App\Cache\Manager::class);

0 commit comments

Comments
 (0)