Skip to content

Commit 599ee9f

Browse files
committed
MAGETWO-34612: Unit tests coverage build failure
- fixing reference to obsolete class
1 parent 6c0e2a1 commit 599ee9f

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/static/testsuite/Magento/Test/Integrity/Layout

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Layout/BlocksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getChildBlockDataProvider()
9797
{
9898
$result = [];
9999
foreach (Files::init()->getPhpFiles(true, false, true, false, false) as $file) {
100-
$aliases = \Magento\Framework\Test\Utility\Classes::getAllMatches(
100+
$aliases = \Magento\Framework\App\Utility\Classes::getAllMatches(
101101
file_get_contents($file),
102102
'/\->getChildBlock\(\'([^\']+)\'\)/x'
103103
);

0 commit comments

Comments
 (0)